mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
updated handlebar runtime. update your compiler 'npm update'
This commit is contained in:
parent
3001b3c905
commit
16e00d77ca
2 changed files with 321 additions and 290 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
backbone-pageable 1.2.3
|
||||
backbone-pageable 1.2.4
|
||||
http://github.com/wyuenho/backbone-pageable
|
||||
|
||||
Copyright (c) 2013 Jimmy Yuen Ho Wong
|
||||
|
@ -260,8 +260,8 @@
|
|||
@param {Object} [options]
|
||||
|
||||
@param {function(*, *): number} [options.comparator] If specified, this
|
||||
comparator is set to the current page under server mode, or the
|
||||
#fullCollection otherwise.
|
||||
comparator is set to the current page under server mode, or the #fullCollection
|
||||
otherwise.
|
||||
|
||||
@param {boolean} [options.full] If `false` and either a
|
||||
`options.comparator` or `sortKey` is defined, the comparator is attached
|
||||
|
@ -281,7 +281,9 @@
|
|||
|
||||
@param {Object} [options.queryParam]
|
||||
*/
|
||||
initialize: function (models, options) {
|
||||
constructor: function (models, options) {
|
||||
|
||||
Backbone.Collection.apply(this, arguments);
|
||||
|
||||
options = options || {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue