mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-22 16:30:11 +00:00
Add missing semicolon.
This commit is contained in:
parent
62ca2020d8
commit
a8fed1b69b
@ -187,7 +187,7 @@ function loadOptions( opts ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Merge in command-line options
|
// Merge in command-line options
|
||||||
opts = EXTEND( true, opts, this.opts() )
|
opts = EXTEND( true, opts, this.opts() );
|
||||||
opts.silent = this.parent.silent;
|
opts.silent = this.parent.silent;
|
||||||
_opts = opts;
|
_opts = opts;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user