Skip to content

Commit 7a56197

Browse files
Hristo HristovHristo Hristov
authored andcommitted
Observable should be imported first.
1 parent 6012ea0 commit 7a56197

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tns-core-modules/application/application-common.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
require("globals");
22

3+
import { Observable, EventData } from "data/observable";
4+
35
const events = new Observable();
46
global.moduleMerge(events, exports);
57

68
import { NativeScriptError, UnhandledErrorEventData, iOSApplication, AndroidApplication, CssChangedEventData } from "application";
7-
import { Observable, EventData } from "data/observable";
89
import { NavigationEntry } from "ui/frame";
910
import "../bundle-entry-points";
1011

0 commit comments

Comments
 (0)