From 00d35c636b23370920c1c97346b7a4e836fad34c Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Mon, 11 Jul 2016 17:22:45 -0400 Subject: [PATCH] chore(index): add background mode to IonicNative variable --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index e6b222fcc..95a0eb0f3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -150,6 +150,7 @@ window['IonicNative'] = { AppVersion: AppVersion, Badge: Badge, BackgroundGeolocation: BackgroundGeolocation, + BackgroundMode: BackgroundMode, BarcodeScanner: BarcodeScanner, Base64ToGallery: Base64ToGallery, BatteryStatus: BatteryStatus,