centered images in image layers

This commit is contained in:
Jeena 2014-11-15 17:37:16 +01:00
parent 9c9db8ca8c
commit 357ef181d9
4 changed files with 10 additions and 52 deletions

View file

@ -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() {