aboutsummaryrefslogtreecommitdiffstats
path: root/tests/jquery.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/jquery.js')
-rw-r--r--tests/jquery.js8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/jquery.js b/tests/jquery.js
index 5968cbfc2..67511667d 100644
--- a/tests/jquery.js
+++ b/tests/jquery.js
@@ -1,11 +1,9 @@
(function() {
-var parts = document.location.search.slice( 1 ).split( "&" ),
+var current, version, url,
+ parts = document.location.search.slice( 1 ).split( "&" ),
length = parts.length,
- i = 0,
- current,
- version,
- url;
+ i = 0;
for ( ; i < length; i++ ) {
current = parts[ i ].split( "=" );