Skip to content

Commit b121575

Browse files
Tests: added missing variable to table unit test.
1 parent 0fe9601 commit b121575

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
@@ -102,6 +102,7 @@
102102
// refresh table
103103
$(window).trigger("refresh_test_table", ["#reflow-table-test"]);
104104
var $table = $('#reflow-table-test .ui-table'),
105+
$tds = $table.find( "td" ),
105106
labels = $tds.find( "b.ui-table-cell-label" );
106107
ok( $table.length, "table still enhanced");
107108
ok( labels = $tds.find( "b.ui-table-cell-label" ), "Labels still there");

0 commit comments

Comments
 (0)