mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
console moved from application to globals
This commit is contained in:
@@ -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 {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user