console moved from application to globals

This commit is contained in:
Vladimir Enchev
2014-05-12 14:21:02 +03:00
parent 76dd7014a1
commit c9ca0d997b
6 changed files with 10 additions and 11 deletions

View File

@@ -1,7 +1,4 @@
import consoleModule = require("Console/console");
// TODO: This is put in the global context, is this the preferred approach
console = new consoleModule.Console();
require("globals");
export var onLaunch = function (): any {
}