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