Minor fix to slickgrid test
This commit is contained in:
parent
080188286a
commit
0fc484a696
@ -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 () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user