mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
4 lines
No EOL
113 B
JavaScript
4 lines
No EOL
113 B
JavaScript
//set namespace for unit test markp
|
|
$( document ).bind( "mobileinit", function(){
|
|
$.mobile.ns = "nstest-";
|
|
}); |