mirror of https://gitee.com/bigwinds/arangodb
jslint
This commit is contained in:
parent
afbec2aa2b
commit
e261ff5242
|
@ -35,12 +35,8 @@
|
||||||
|
|
||||||
setTimeout(function(delay) {
|
setTimeout(function(delay) {
|
||||||
if (self.toShow === true) {
|
if (self.toShow === true) {
|
||||||
console.log("show with delay");
|
|
||||||
self.show(msg, action, button);
|
self.show(msg, action, button);
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
console.log("dont have to show");
|
|
||||||
}
|
|
||||||
}, delay);
|
}, delay);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue