Browse Source

Remove unnecessary field reduction again.

fixDataView
Ludo Stellingwerff 8 years ago
parent
commit
6e9228c2ce
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      test/DataView.test.js

+ 1
- 2
test/DataView.test.js View File

@ -159,8 +159,7 @@ describe('DataView', function () {
var view = new DataView(data, {
filter: function (item) {
return item.group === 2;
},
fields:["id","title"]
}
});
var dataUpdates = [];

Loading…
Cancel
Save