Browse Source

Calling editor loaded when the page fully loads up.

Shaddock Heath 9 years ago
parent
commit
30f1987a5f
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Data/AtomicEditor/CodeEditor/Editor.html

+ 5 - 0
Data/AtomicEditor/CodeEditor/Editor.html

@@ -72,6 +72,11 @@
             module.default.getInstance().loadPreferences(prefUrl);
         });
     }
+
+    System.import('./source/editorCore/interop').then((module) => {
+        module.default.getInstance().editorLoaded();
+    });
+
   </script>
 
 </body>