mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
add missing export in application-common
This commit is contained in:
@ -7,6 +7,8 @@ const events = new Observable();
|
||||
// First merge all functions from events into application-common so that later appModule.on will be defined.
|
||||
global.moduleMerge(events, exports);
|
||||
|
||||
export { Observable };
|
||||
|
||||
import { NativeScriptError, UnhandledErrorEventData, iOSApplication, AndroidApplication, CssChangedEventData } from "application";
|
||||
import { NavigationEntry } from "ui/frame";
|
||||
|
||||
|
Reference in New Issue
Block a user