Remove unused top-level apply method

This commit is contained in:
Will Anderson
2015-09-09 12:16:03 -07:00
parent 3e0bc07fb3
commit 2b6c99c4dc

View File

@@ -79,10 +79,6 @@ function checkForUpdate() {
});
}
function apply(updatePackage) {
return NativeCodePush.applyUpdate(updatePackage);
}
function getCurrentPackage() {
return NativeCodePush.getCurrentPackage();
}
@@ -94,7 +90,6 @@ function notifyApplicationReady() {
var CodePush = {
getConfiguration: getConfiguration,
checkForUpdate: checkForUpdate,
apply: apply,
getCurrentPackage: getCurrentPackage,
notifyApplicationReady: notifyApplicationReady,
setUpTestDependencies: setUpTestDependencies