jquery-mobile/tests/unit/jquery.setNameSpace.js
2011-03-09 23:16:48 -05:00

4 lines
No EOL
113 B
JavaScript

//set namespace for unit test markp
$( document ).bind( "mobileinit", function(){
$.mobile.ns = "nstest-";
});