mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Add missing semicolon
This commit is contained in:
parent
4fa0267edc
commit
162377fba2
2
tests/lib/bootstrap.js
vendored
2
tests/lib/bootstrap.js
vendored
@ -93,7 +93,7 @@ function parseUrl() {
|
||||
current = parts[ i ].split( "=" );
|
||||
data[ current[ 0 ] ] = current[ 1 ];
|
||||
} else {
|
||||
data[ parts[ i ] ] = true
|
||||
data[ parts[ i ] ] = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user