client/js/renderer/scene.js
changeset 447 e246651b6626
parent 445 705a2e9c6c9d
child 450 88e8673aaeeb
--- a/client/js/renderer/scene.js	Tue May 05 18:00:13 2015 +0200
+++ b/client/js/renderer/scene.js	Wed May 06 10:38:01 2015 +0200
@@ -15,9 +15,9 @@
         this.canvas_$ = this.$.find(".Rk-Canvas");
         this.labels_$ = this.$.find(".Rk-Labels");
         if (!_renkan.options.popup_editor){
-        	this.editor_$ = $("#" + _renkan.options.editor_panel);      	
-        }else{        	
-        	this.editor_$ = this.$.find(".Rk-Editor");
+            this.editor_$ = $("#" + _renkan.options.editor_panel);
+        }else{
+            this.editor_$ = this.$.find(".Rk-Editor");
         }
         this.notif_$ = this.$.find(".Rk-Notifications");
         paper.setup(this.canvas_$[0]);