jquery-mobile/tests/unit/jquery.setNameSpace.js

4 lines
113 B
JavaScript
Raw Permalink Normal View History

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