Skip to content

Commit 02d30fe

Browse files
frequentjaspermdegroot
authored andcommitted
add missing start() tag
1 parent 66137c5 commit 02d30fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/table/table_core.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
equal($second_input.jqmData("cells").eq(0).jqmData("test"), "abc",
156156
"cell reference in popup is to cell currently in table");
157157
equal($visibleCells.length, $visibleHeaders.length, "same number of headers and rows visible");
158+
start();
158159
});
159160
}, 1200);
160161
});

0 commit comments

Comments
 (0)