Update to fix pagination error in list.js over v1.5.0

This commit is contained in:
Wu Cheng-Han 2017-03-14 23:08:15 +08:00
parent 506a381eca
commit f55a4b8497
3 changed files with 4 additions and 9 deletions

View file

@ -54,11 +54,9 @@ const options = {
'</a>' +
'</li>',
page: 18,
plugins: [
window.ListPagination({
outerWindow: 1
})
]
pagination: [{
outerWindow: 1
}]
}
const historyList = new List('history', options)