JS Interface

This commit is contained in:
ckcz123 2018-04-18 20:00:05 +08:00
parent 7b34994df7
commit a238f631fd

View File

@ -324,8 +324,6 @@ utils.prototype.readFile = function (success, error, readType) {
}
}
core.platform.successCallback = success;
core.platform.errorCallback = error;
core.platform.fileInput.click();
}