mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Add jQuery Mobile initializePage method
This commit is contained in:
@@ -251,4 +251,8 @@ function test_listview() {
|
||||
$.mobile.listview.prototype.options.theme = "a";
|
||||
$('#mylist').listview();
|
||||
$('#mylist').listview('refresh');
|
||||
}
|
||||
|
||||
function test_misc() {
|
||||
$.mobile.initializePage();
|
||||
}
|
||||
Reference in New Issue
Block a user