Skip to content

Commit 143e160

Browse files
authored
Merge pull request #316 from webcreate/reset-count
Reset count on unbind
2 parents e8ca27e + b6eccf8 commit 143e160

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension/trigger.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ IASTriggerExtension.prototype.bind = function(ias) {
107107
IASTriggerExtension.prototype.unbind = function(ias) {
108108
this.$triggerNext = null;
109109
this.$triggerPrev = null;
110+
this.count = 0;
110111
ias.off('next', this.showTriggerNext);
111112
ias.off('rendered', this.onRendered);
112113

0 commit comments

Comments
 (0)