Skip to content
Snippets Groups Projects
Commit 804e62ba authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Mistake in patch 0a8b204d

parent 0a8b204d
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
"Unclosed string", "Stopping, unable to continue" ];
function validator(options, text) {
JSHINT(text);
JSHINT(text, options);
var errors = JSHINT.data().errors, result = [];
if (errors) parseErrors(errors, result);
return result;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment