make tslint happy :(

This commit is contained in:
Hristo Hristov
2017-02-28 14:42:56 +02:00
parent 2224cd6150
commit 347755367e
2 changed files with 1 additions and 2 deletions

View File

@@ -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);

View File

@@ -3,7 +3,6 @@
AndroidApplication as AndroidApplicationDefinition
} from "application";
import {
notify, lowMemoryEvent, orientationChangedEvent, suspendEvent, resumeEvent,
setApplication, livesync, Observable