equal
deleted
inserted
replaced
150 return (_this.cinecast_version ? - _o.created_at : _o.iterator); |
150 return (_this.cinecast_version ? - _o.created_at : _o.iterator); |
151 }) |
151 }) |
152 .value(); |
152 .value(); |
153 var idList = IriSP.underscore.pluck(list, "id").sort(); |
153 var idList = IriSP.underscore.pluck(list, "id").sort(); |
154 |
154 |
155 |
|
156 if (!IriSP.underscore.isEqual(this.__oldList, idList) || this.lastSearch !== this.searchRe || typeof(force_redraw) !== "undefined") { |
155 if (!IriSP.underscore.isEqual(this.__oldList, idList) || this.lastSearch !== this.searchRe || typeof(force_redraw) !== "undefined") { |
157 this.do_redraw(list); |
156 this.do_redraw(list); |
158 this.__oldList = idList; |
157 this.__oldList = idList; |
159 this.lastSearch = this.searchRe; |
158 this.lastSearch = this.searchRe; |
160 } |
159 } |