1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-06-30 23:40:05 +01:00

Add missing semicolon.

This commit is contained in:
hacksalot 2016-01-04 04:15:13 -05:00
parent 62ca2020d8
commit a8fed1b69b

View File

@ -187,7 +187,7 @@ function loadOptions( opts ) {
}
// Merge in command-line options
opts = EXTEND( true, opts, this.opts() )
opts = EXTEND( true, opts, this.opts() );
opts.silent = this.parent.silent;
_opts = opts;
}