Преглед изворни кода

Deleted export, added comment

rsredsq пре 10 година
родитељ
комит
0bb6823889
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      Script/AtomicEditor/main.ts

+ 1 - 2
Script/AtomicEditor/main.ts

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