Incorrect trigger ready

master
Slava 2015-12-16 15:25:20 +02:00
parent 60af8f9f67
commit ded5bd4e00
1 changed files with 1 additions and 1 deletions

View File

@ -343,11 +343,11 @@
}
}
this.countersLeft--;
if (this.countersLeft === 0) {
this.appear();
this.ready();
}
this.countersLeft--;
},
appear: function() {
this.container.addClass(prefix + '_visible');