Fix Collection::data.

This commit is contained in:
Julien Fontanet 2015-02-23 14:47:11 +01:00
parent db4d6511d6
commit 3c3ea0f3e1

View File

@ -15,7 +15,7 @@ function defaultKey(item) {
function getAll() {
/* jshint validthis: true */
return this._all;
return this._data;
}
function getIndexes() {