mirror of
https://github.com/Insality/druid
synced 2025-09-28 02:22:19 +02: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