Update demos and tests to jQuery 1.9.1

This commit is contained in:
Jörn Zaefferer
2013-05-12 15:03:20 +02:00
parent f79e647f9f
commit 72f179f1c9
4 changed files with 240 additions and 198 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.9.0",
version = "1.9.1",
file = "http://code.jquery.com/jquery-git.js";
for ( ; i < length; i++ ) {