Skip to content

Commit 887df8a

Browse files
committed
Table: remove use of $.mobile.pageContainer in tests
1 parent 0fc98eb commit 887df8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/unit/table/table_core.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ QUnit.module( "Basic Table", {
1515
QUnit.start();
1616
} );
1717

18-
$.mobile.pageContainer.pagecontainer( "change", hash );
18+
$( ".ui-pagecontainer" ).pagecontainer( "change", hash );
1919
}
2020
},
2121

@@ -81,7 +81,7 @@ QUnit.module( "Reflow Mode", {
8181
QUnit.start();
8282
} );
8383

84-
$.mobile.pageContainer.pagecontainer( "change", hash );
84+
$( ".ui-pagecontainer" ).pagecontainer( "change", hash );
8585
}
8686
},
8787

@@ -154,7 +154,7 @@ QUnit.module( "Column toggle table Mode", {
154154
QUnit.start();
155155
} );
156156

157-
$.mobile.pageContainer.pagecontainer( "change", hash );
157+
$( ".ui-pagecontainer" ).pagecontainer( "change", hash );
158158
}
159159
},
160160

0 commit comments

Comments
 (0)