Minor fix to slickgrid test

This commit is contained in:
Dan Wilson 2013-05-14 10:49:10 +01:00
parent 080188286a
commit 0fc484a696

View File

@ -124,6 +124,8 @@ test('update', function() {
// Change the model at row 1
dataset.records.at(1).set('z', zbefore + 1);
equal( zbefore + 1, view.grid.getData().getItem(1)['z']);
view.remove();
});
test('renderers', function () {