Fix Collection::data.
This commit is contained in:
parent
db4d6511d6
commit
3c3ea0f3e1
@ -15,7 +15,7 @@ function defaultKey(item) {
|
|||||||
|
|
||||||
function getAll() {
|
function getAll() {
|
||||||
/* jshint validthis: true */
|
/* jshint validthis: true */
|
||||||
return this._all;
|
return this._data;
|
||||||
}
|
}
|
||||||
|
|
||||||
function getIndexes() {
|
function getIndexes() {
|
||||||
|
Loading…
Reference in New Issue
Block a user