Skip to content

Commit a113a9e

Browse files
committed
fix : fix:wq
1 parent 2114261 commit a113a9e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tests/unit/helper/jquery.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ if( !window.helper ) {
66

77
window.helper.jqueryUrl = function() {
88

9-
var parts = document.location.search.slice( 1 ).split( "&" ),
10-
length = parts.length,
9+
var current, url, version,
1110
i = 0,
12-
current,
13-
version,
14-
url;
11+
length = parts.length,
12+
parts = document.location.search.slice( 1 ).split( "&" );
1513

1614
for ( ; i < length; i++ ) {
1715
current = parts[ i ].split( "=" );

0 commit comments

Comments
 (0)