Update StatusBar.d.ts

Allows to build successfully the IONIC Cordova projects with TypeScript
This commit is contained in:
King David Consulting LLC
2015-12-23 15:59:49 -05:00
parent 5e960679e6
commit 5c8b9ef68b
+2
View File
@@ -73,3 +73,5 @@ interface StatusBar {
*/
isVisible: boolean;
}
declare var StatusBar: StatusBar;