]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: Add missing semicolon
authorScott González <scott.gonzalez@gmail.com>
Mon, 6 Feb 2017 15:20:50 +0000 (10:20 -0500)
committerScott González <scott.gonzalez@gmail.com>
Mon, 6 Feb 2017 15:20:50 +0000 (10:20 -0500)
tests/lib/bootstrap.js

index 940cf553b952c3c48d7e4ebbad8f082c26cd8468..1a01491606484583c1daee67f3cef6aec3a4b4ec 100644 (file)
@@ -93,7 +93,7 @@ function parseUrl() {
                        current = parts[ i ].split( "=" );
                        data[ current[ 0 ] ] = current[ 1 ];
                } else {
-                       data[ parts[ i ] ] = true
+                       data[ parts[ i ] ] = true;
                }
        }