This commit is contained in:
virusdefender
2015-10-29 14:21:16 +08:00
parent 5b6b1bb60e
commit 4c988ce932

View File

@@ -145,7 +145,7 @@ require(["jquery", "avalon", "editor", "uploader", "bsAlert", "csrfToken", "tagE
}
},
function (file, percentage) {
vm.uploadProgress = praseInt(percentage * 100);
vm.uploadProgress = parseInt(percentage * 100);
});
var tagAutoCompleteList = [];