stub methods

This commit is contained in:
Adam Bradley
2015-04-01 11:15:12 -05:00
parent e8a744b298
commit 2614138c61

View File

@@ -0,0 +1,22 @@
// platformReady: Cordova said it's ready
// domReady: DOM is ready
// ready: if cordova, it's the same as platformReady, if browser, same as dom ready
// windowLoad: All scripts have been loaded, window ready
// fullScreen
// showStatusBar
// exitApp
// is: is('ios') type of check
// platformName: returns ios
// platformVersion: returns 8.2
// webview: returns cordova, trigger.io, browser