Added jQuery 1.9 to the project. Closes gh-613

This commit is contained in:
John-Philip Johansson
2013-01-30 08:35:55 +01:00
committed by Jörn Zaefferer
parent ab74256e54
commit 0681cc06c5
4 changed files with 9559 additions and 3 deletions

2
test/jquery.js vendored
View File

@@ -4,7 +4,7 @@ var parts = document.location.search.slice( 1 ).split( "&" ),
length = parts.length,
i = 0,
current,
version = "1.8.3",
version = "1.9.0",
file = "http://code.jquery.com/jquery-git.js";
for ( ; i < length; i++ ) {