Export 0.1.45
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.1.0 / tests / unit / swarminject.js
1 // load testswarm agent
2 (function() {
3     var url = window.location.search;
4         url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) );
5         if ( !url || url.indexOf("http") !== 0 ) {
6                 return;
7         }
8     document.write("<scr" + "ipt src='http://swarm.jquery.org/js/inject.js?" + (new Date).getTime() + "'></scr" + "ipt>");
9 })();