Skip to content

Commit 9892b52

Browse files
committed
This is getting silly now (ES5 compat)
1 parent d42e4b8 commit 9892b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/laravel-vue-pagination.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = {
4545
return this.data.last_page;
4646
}
4747

48-
let start = this.data.current_page - this.limit,
48+
var start = this.data.current_page - this.limit,
4949
end = this.data.current_page + this.limit + 1,
5050
pages = [],
5151
index;

0 commit comments

Comments
 (0)