Browse Source

Deleted export, added comment

rsredsq 10 years ago
parent
commit
0bb6823889
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Script/AtomicEditor/main.ts

+ 1 - 2
Script/AtomicEditor/main.ts

@@ -5,6 +5,7 @@
 
 import Editor = require("editor/Editor");
 
+//Main is still evaling for now, need to have it done through requiring it
 class Main {
     static Editor:Editor;
 
@@ -14,5 +15,3 @@ class Main {
 }
 
 Main.main();
-
-export = Main;