Lib: Add jQuery 1.11.1, remove the jquery.js loader in test/

This commit is contained in:
paladox2015
2014-06-07 12:20:19 +01:00
committed by Jörn Zaefferer
parent a6a369abc6
commit 365cc87b7e
4 changed files with 10311 additions and 27 deletions

2
lib/jquery.js vendored
View File

@@ -6,7 +6,7 @@ var parts = document.location.search.slice( 1 ).split( "&" ),
src = scripts[ scripts.length - 1].src,
i = 0,
current,
version = "1.9.1",
version = "1.11.1",
file = "http://code.jquery.com/jquery-git.js";
for ( ; i < length; i++ ) {