Skip to content

Commit

Permalink
Layer size settings
Browse files Browse the repository at this point in the history
  • Loading branch information
theshock committed Feb 6, 2013
1 parent 9e6a438 commit d067df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/App/Layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ declare( 'LibCanvas.App.Layer', {
/** @private */
createDom: function () {
this.dom = this.app.container.createDom(
this.settings.subset([ 'name', 'zIndex' ])
this.settings.subset([ 'name', 'zIndex', 'size' ])
);
},

Expand Down
2 changes: 1 addition & 1 deletion libcanvas-full-compiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ declare( 'LibCanvas.App.Layer', {
/** @private */
createDom: function () {
this.dom = this.app.container.createDom(
this.settings.subset([ 'name', 'zIndex' ])
this.settings.subset([ 'name', 'zIndex', 'size' ])
);
},

Expand Down

0 comments on commit d067df7

Please sign in to comment.