Add stub for notifyApplicationReady

This commit is contained in:
Will Anderson
2015-09-01 14:48:25 -07:00
parent aae7036fe9
commit c3f547030a

View File

@@ -84,12 +84,17 @@ function getCurrentPackage() {
return NativeCodePush.getCurrentPackage();
}
functino notifyApplicationReady() {
return NativeCodePush.notifyApplicationReady();
}
var CodePush = {
getConfiguration: getConfiguration,
checkForUpdate: checkForUpdate,
download: download,
apply: apply,
getCurrentPackage: getCurrentPackage,
notifyApplicationReady: notifyApplicationReady,
setUpTestDependencies: setUpTestDependencies
};