Skip to content

Commit 162377f

Browse files
committed
Build: Add missing semicolon
1 parent 4fa0267 commit 162377f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/bootstrap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function parseUrl() {
9393
current = parts[ i ].split( "=" );
9494
data[ current[ 0 ] ] = current[ 1 ];
9595
} else {
96-
data[ parts[ i ] ] = true
96+
data[ parts[ i ] ] = true;
9797
}
9898
}
9999

0 commit comments

Comments
 (0)