We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc98eb commit 887df8aCopy full SHA for 887df8a
tests/unit/table/table_core.js
@@ -15,7 +15,7 @@ QUnit.module( "Basic Table", {
15
QUnit.start();
16
} );
17
18
- $.mobile.pageContainer.pagecontainer( "change", hash );
+ $( ".ui-pagecontainer" ).pagecontainer( "change", hash );
19
}
20
},
21
@@ -81,7 +81,7 @@ QUnit.module( "Reflow Mode", {
81
82
83
84
85
86
87
@@ -154,7 +154,7 @@ QUnit.module( "Column toggle table Mode", {
154
155
156
157
158
159
160
0 commit comments