mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
lint errors fixed
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
import dts = require("application");
|
||||
import frame = require("ui/frame");
|
||||
import types = require("utils/types");
|
||||
import observable = require("data/observable");
|
||||
|
||||
// merge the exports of the application_common file with the exports of this file
|
||||
declare var exports;
|
||||
|
1
application/application.d.ts
vendored
1
application/application.d.ts
vendored
@ -3,7 +3,6 @@
|
||||
*/
|
||||
declare module "application" {
|
||||
import cssSelector = require("ui/styling/css-selector");
|
||||
import observable = require("data/observable");
|
||||
|
||||
/**
|
||||
* An extended JavaScript Error which will have the nativeError property initialized in case the error is caused by executing platform-specific code.
|
||||
|
@ -96,5 +96,4 @@ application.on(application.androidSaveActivityStateEvent, function (args: applic
|
||||
console.log("Event: " + args.eventName + ", Activity: " + args.activity + ", Bundle: " + args.bundle);
|
||||
});
|
||||
|
||||
|
||||
application.start();
|
||||
|
Reference in New Issue
Block a user