mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-12 18:30:27 +00:00
Fix typo
Thanks @btheado Co-authored-by: btheado <brian.theado@gmail.com>
This commit is contained in:
parent
f798bf5611
commit
53715bd3fd
@ -181,7 +181,7 @@ HttpClientRequest.prototype.send = function(callback) {
|
|||||||
},
|
},
|
||||||
progress: function(lengthComputable,loaded,total) {
|
progress: function(lengthComputable,loaded,total) {
|
||||||
if(lengthComputable) {
|
if(lengthComputable) {
|
||||||
setBinding(bindProgress,"" + Math.floor((loaded/total) * 100))
|
setBinding(self.bindProgress,"" + Math.floor((loaded/total) * 100))
|
||||||
}
|
}
|
||||||
self.wiki.invokeActionString(self.progressActions,undefined,{
|
self.wiki.invokeActionString(self.progressActions,undefined,{
|
||||||
lengthComputable: lengthComputable ? "yes" : "no",
|
lengthComputable: lengthComputable ? "yes" : "no",
|
||||||
|
Loading…
Reference in New Issue
Block a user