diff --git a/CodePush.ios.js b/CodePush.ios.js index 5a63112..9ed7b66 100644 --- a/CodePush.ios.js +++ b/CodePush.ios.js @@ -82,7 +82,7 @@ function getCurrentPackage() { return NativeCodePush.getCurrentPackage(); } -functino notifyApplicationReady() { +function notifyApplicationReady() { return NativeCodePush.notifyApplicationReady(); }