[test][xs]: remove element after test.

This commit is contained in:
Rufus Pollock 2012-04-26 16:05:43 +01:00
parent 2a3cca5190
commit 706819e288

View File

@ -49,5 +49,5 @@ test('dates in graph view', function () {
});
$('.fixtures').append(view.el);
// view.remove();
view.remove();
});