diff --git a/test/jquery-loader.js b/test/jquery-loader.js index ecebf60..7a0ae1a 100644 --- a/test/jquery-loader.js +++ b/test/jquery-loader.js @@ -2,7 +2,7 @@ var parts = document.location.search.slice(1).split('&'), current, - version = '1.9.0', + version = '1.10.1', file = 'http://code.jquery.com/jquery-git.js'; for (var i = 0; i < parts.length; i++) { @@ -20,4 +20,4 @@ document.write(''); -}()); \ No newline at end of file +}());