mirror of
https://github.com/Insality/druid.git
synced 2025-11-27 19:30:51 +01:00
Update example app
This commit is contained in:
@@ -30,7 +30,7 @@ var FileLoader = {
|
||||
return;
|
||||
}
|
||||
currentAttempt = currentAttempt + 1;
|
||||
setTimeout(obj.send, FileLoader.options.retryInterval);
|
||||
setTimeout(obj.send.bind(obj), FileLoader.options.retryInterval);
|
||||
};
|
||||
xhr.onload = function(e) {
|
||||
if (onload) onload(xhr, e);
|
||||
|
||||
Reference in New Issue
Block a user