mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
lint errors fixed
This commit is contained in:
@ -2,7 +2,6 @@
|
|||||||
import dts = require("application");
|
import dts = require("application");
|
||||||
import frame = require("ui/frame");
|
import frame = require("ui/frame");
|
||||||
import types = require("utils/types");
|
import types = require("utils/types");
|
||||||
import observable = require("data/observable");
|
|
||||||
|
|
||||||
// merge the exports of the application_common file with the exports of this file
|
// merge the exports of the application_common file with the exports of this file
|
||||||
declare var exports;
|
declare var exports;
|
||||||
|
1
application/application.d.ts
vendored
1
application/application.d.ts
vendored
@ -3,7 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
declare module "application" {
|
declare module "application" {
|
||||||
import cssSelector = require("ui/styling/css-selector");
|
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.
|
* 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);
|
console.log("Event: " + args.eventName + ", Activity: " + args.activity + ", Bundle: " + args.bundle);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
application.start();
|
application.start();
|
||||||
|
Reference in New Issue
Block a user