[test][xs]: micro tidy-up (calling remove on view at end of test in Grid View test).

This commit is contained in:
Rufus Pollock 2012-04-15 23:03:31 +01:00
parent 2a93aeb2c1
commit 3092ef6a8b

View File

@ -53,6 +53,7 @@ test('new GridRow View', function () {
var tds = $el.find('td');
equal(tds.length, 3);
equal($(tds[1]).attr('data-field'), 'a');
view.remove();
});
})(this.jQuery);