From a238f631fd476ff03706ec240957ef7f5a373f02 Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Wed, 18 Apr 2018 20:00:05 +0800 Subject: [PATCH] JS Interface --- libs/utils.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/utils.js b/libs/utils.js index fcc6a561..34ff3517 100644 --- a/libs/utils.js +++ b/libs/utils.js @@ -324,8 +324,6 @@ utils.prototype.readFile = function (success, error, readType) { } } - core.platform.successCallback = success; - core.platform.errorCallback = error; core.platform.fileInput.click(); }