mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
centered images in image layers
This commit is contained in:
parent
9c9db8ca8c
commit
357ef181d9
4 changed files with 10 additions and 52 deletions
|
|
@ -53,8 +53,6 @@ function (Nc, Exception, Layer) {
|
|||
this.layers.splice(layerIndex, 0, layer);
|
||||
|
||||
this.rearrangeLayers();
|
||||
|
||||
console.log(this.layers.map(function(o) {return o.name}))
|
||||
};
|
||||
|
||||
LayerManager.prototype.rearrangeLayers = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue