Tizen 2.1 base
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.0.1pre / tests / unit / jquery.setNameSpace.js
1 //set namespace for unit test markp
2 $( document ).bind( "mobileinit", function(){
3         $.mobile.ns = "nstest-";                
4 });