Observable should be imported first.

This commit is contained in:
Hristo Hristov
2017-02-27 17:12:51 +02:00
parent 6012ea04ba
commit 7a56197ba7

View File

@ -1,10 +1,11 @@
require("globals");
import { Observable, EventData } from "data/observable";
const events = new Observable();
global.moduleMerge(events, exports);
import { NativeScriptError, UnhandledErrorEventData, iOSApplication, AndroidApplication, CssChangedEventData } from "application";
import { Observable, EventData } from "data/observable";
import { NavigationEntry } from "ui/frame";
import "../bundle-entry-points";