Merge pull request #259 from leegrey/desktop-save-action

Desktop IO Features
This commit is contained in:
Julian Descottes
2015-03-26 10:42:52 +01:00
16 changed files with 297 additions and 23 deletions

View File

@@ -48,7 +48,6 @@
return this.getSampleRenderer_().getOffset();
};
ns.CompositeRenderer.prototype.setGridWidth = function (b) {
this.renderers.forEach(function (renderer) {
renderer.setGridWidth(b);