diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-09-03 08:37:51 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-09-03 08:37:51 -0400 |
commit | be3b2b2d8b3c9647750be2e4bb4f9d4d7e6ec670 (patch) | |
tree | 456abd7116ebf74dda4c98899ee6c1b4b84da30b /tests/jquery.js | |
parent | 7f82fffbe97c4eac05ff7f484930cb068b6b152b (diff) | |
download | jquery-ui-be3b2b2d8b3c9647750be2e4bb4f9d4d7e6ec670.tar.gz jquery-ui-be3b2b2d8b3c9647750be2e4bb4f9d4d7e6ec670.zip |
Tests: Cleanup
Diffstat (limited to 'tests/jquery.js')
-rw-r--r-- | tests/jquery.js | 8 |
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( "=" ); |