mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
make tslint happy :(
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
const events = new Observable();
|
||||
function __export(m) {
|
||||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
||||
for (var p in m) { if (!exports.hasOwnProperty(p)) { exports[p] = m[p]; } }
|
||||
}
|
||||
|
||||
__export(events);
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
AndroidApplication as AndroidApplicationDefinition
|
||||
} from "application";
|
||||
|
||||
|
||||
import {
|
||||
notify, lowMemoryEvent, orientationChangedEvent, suspendEvent, resumeEvent,
|
||||
setApplication, livesync, Observable
|
||||
|
||||
Reference in New Issue
Block a user