Browse Source

Fixing a couple lint warnings

Josh Engebretson 10 years ago
parent
commit
53c3fc4087
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Script/AtomicEditor/editor/Preferences.ts

+ 2 - 2
Script/AtomicEditor/editor/Preferences.ts

@@ -159,7 +159,7 @@ class PreferencesFormat {
             height: 0,
             height: 0,
             monitor: 0,
             monitor: 0,
             maximized: true
             maximized: true
-        }
+        };
 
 
         this.playerWindow = {
         this.playerWindow = {
             x: 0,
             x: 0,
@@ -168,7 +168,7 @@ class PreferencesFormat {
             height: 0,
             height: 0,
             monitor: 0,
             monitor: 0,
             maximized: false
             maximized: false
-        }
+        };
 
 
     }
     }