From 543296424b4c20a66485b4222b0f022fb6839468 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Tue, 1 Sep 2015 15:06:26 -0700 Subject: [PATCH] Fix typo in notifyApplicationReady definition --- CodePush.ios.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }