Merge pull request #166 from scream4ik/master

Incorrect trigger ready
master
Artem Sapegin 2015-12-16 14:28:24 +01:00
commit ca3153a962
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');