diff --git a/CodePush.ios.js b/CodePush.ios.js index 3f32796..7f99fe7 100644 --- a/CodePush.ios.js +++ b/CodePush.ios.js @@ -71,10 +71,6 @@ function download(updatePackage) { return NativeCodePush.downloadUpdate(updatePackage); } -function abortDownload() { - return NativeCodePush.abortDownload(); -} - function apply(updatePackage) { return NativeCodePush.applyUpdate(updatePackage); } @@ -87,7 +83,6 @@ var CodePush = { getConfiguration: getConfiguration, checkForUpdate: checkForUpdate, download: download, - abortDownload: abortDownload, apply: apply, getCurrentPackage: getCurrentPackage, setUpTestDependencies: setUpTestDependencies