1
0
Fork 0
This commit is contained in:
Heiko Kernbach 2014-11-06 17:37:48 +01:00
parent afbec2aa2b
commit e261ff5242
1 changed files with 0 additions and 4 deletions

View File

@ -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);
}, },