Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Remove breaking change, revert to array
Browse files Browse the repository at this point in the history
  • Loading branch information
interactivellama committed May 23, 2016
1 parent 6f69d11 commit 094f6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/repeater.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@
this.lastPageInput = val;
val = parseInt(val, 10) - 1;
pageInc = val - this.currentPage;
this.$element.trigger('pageChanged.fu.repeater', {value: val, data: dataFromCombobox});
this.$element.trigger('pageChanged.fu.repeater', [val, dataFromCombobox]);
this.render({
pageIncrement: pageInc
});
Expand Down

0 comments on commit 094f6d5

Please sign in to comment.