mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
namespaces removed (except Application)
This commit is contained in:
@ -100,7 +100,7 @@ export module tk {
|
||||
currentApp.os = app_common_module.tk.TargetOS.Android;
|
||||
currentApp.android = app;
|
||||
app.init();
|
||||
console = new console_module.tk.TKConsole();
|
||||
console = new console_module.TKConsole();
|
||||
}
|
||||
|
||||
class Application {
|
||||
|
Reference in New Issue
Block a user