Commit 59d01abf authored by Sven Franck's avatar Sven Franck

jslint pass waitstorage.js

parent 93c5a742
/*global window, define */ /*jslint indent: 2, maxlen: 80, sloppy: true */
/*global setTimeout: true, window: true, define: true, jIO: true */
(function () { (function () {
'use strict'; 'use strict';
var jioWaitStorageLoader = function (jIO) { var jioWaitStorageLoader = function (jIO) {
...@@ -40,9 +41,8 @@ ...@@ -40,9 +41,8 @@
if (timeout_or_not_timeout) { if (timeout_or_not_timeout) {
delay = priv.delay; delay = priv.delay;
} }
window.setTimeout(function () { setTimeout(function () {
that.addJob(that.newStorage(priv.sub_storage_spec), that.addJob(that.newStorage(priv.sub_storage_spec), command);
command);
that.end(); that.end();
}, delay); }, delay);
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment