Fix typo in notifyApplicationReady definition

This commit is contained in:
Will Anderson
2015-09-01 15:06:26 -07:00
parent d7229a2f31
commit 543296424b

View File

@@ -82,7 +82,7 @@ function getCurrentPackage() {
return NativeCodePush.getCurrentPackage();
}
functino notifyApplicationReady() {
function notifyApplicationReady() {
return NativeCodePush.notifyApplicationReady();
}