Remove abortDownload for now

This commit is contained in:
Will Anderson
2015-08-28 15:54:40 -07:00
parent 0d840aa5e8
commit 59ad870984

View File

@@ -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