* Checks if every item has been loaded * in the dom. * * @return {Boolean} true if every item is present
()
| 204 | * @return {Boolean} true if every item is present |
| 205 | */ |
| 206 | ready () { |
| 207 | if (this.static) return true; |
| 208 | return this.items().length >= this.size; |
| 209 | } |
| 210 | |
| 211 | /** |
| 212 | * Periodically checks that all items |
no test coverage detected