diff --git a/core/modules/utils/dom/http.js b/core/modules/utils/dom/http.js index d16ea5208..02c670017 100644 --- a/core/modules/utils/dom/http.js +++ b/core/modules/utils/dom/http.js @@ -181,7 +181,7 @@ HttpClientRequest.prototype.send = function(callback) { }, progress: function(lengthComputable,loaded,total) { if(lengthComputable) { - setBinding(bindProgress,"" + Math.floor((loaded/total) * 100)) + setBinding(self.bindProgress,"" + Math.floor((loaded/total) * 100)) } self.wiki.invokeActionString(self.progressActions,undefined,{ lengthComputable: lengthComputable ? "yes" : "no",