client/js/renderer/noderepr.js
changeset 403 96781c1a8bbe
parent 396 b51c25ef4292
child 433 e457ec945e50
--- a/client/js/renderer/noderepr.js	Fri Mar 13 16:46:50 2015 +0100
+++ b/client/js/renderer/noderepr.js	Tue Mar 17 18:53:36 2015 +0100
@@ -198,12 +198,12 @@
                 }
                 this.renderer.node_layer.activate();
                 var width = _image.width,
-                height = _image.height,
-                clipPath = this.model.get("clip_path"),
-                hasClipPath = (typeof clipPath !== "undefined" && clipPath),
-                _clip = null,
-                baseRadius = null,
-                centerPoint = null;
+                    height = _image.height,
+                    clipPath = this.model.get("clip_path"),
+                    hasClipPath = (typeof clipPath !== "undefined" && clipPath),
+                    _clip = null,
+                    baseRadius = null,
+                    centerPoint = null;
 
                 if (hasClipPath) {
                     _clip = new paper.Path();