mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-10 07:10:36 +08:00
Fix typo in notifyApplicationReady definition
This commit is contained in:
@@ -82,7 +82,7 @@ function getCurrentPackage() {
|
||||
return NativeCodePush.getCurrentPackage();
|
||||
}
|
||||
|
||||
functino notifyApplicationReady() {
|
||||
function notifyApplicationReady() {
|
||||
return NativeCodePush.notifyApplicationReady();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user