We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe9601 commit b121575Copy full SHA for b121575
tests/unit/table/table_core.js
@@ -102,6 +102,7 @@
102
// refresh table
103
$(window).trigger("refresh_test_table", ["#reflow-table-test"]);
104
var $table = $('#reflow-table-test .ui-table'),
105
+ $tds = $table.find( "td" ),
106
labels = $tds.find( "b.ui-table-cell-label" );
107
ok( $table.length, "table still enhanced");
108
ok( labels = $tds.find( "b.ui-table-cell-label" ), "Labels still there");
0 commit comments