Browse Source

fix lint error

Shaddock Heath 10 years ago
parent
commit
f81a30d1bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Script/AtomicEditor/editor/Editor.ts

+ 1 - 1
Script/AtomicEditor/editor/Editor.ts

@@ -115,7 +115,7 @@ class Editor extends Atomic.ScriptObject {
             editorWindowData.maximized = true;
             editorWindowData.monitor = monitor;
         } else {
-            editorWindowData = {x: pos[0], y: pos[1], width: width, height: height, monitor: monitor, maximized: false}
+            editorWindowData = {x: pos[0], y: pos[1], width: width, height: height, monitor: monitor, maximized: false};
         }
 
         Preferences.getInstance().saveEditorWindowData(editorWindowData);