Skip to content

Commit

Permalink
Remove spurious argument in call to 'prefix'.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiemaisi authored and rwaldron committed Aug 14, 2014
1 parent 2d72279 commit 53a66a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jshint.js
Expand Up @@ -2759,7 +2759,7 @@ var JSHINT = (function () {
}
advance("]", this);
return this;
}, 160);
});


function property_name(preserve) {
Expand Down

0 comments on commit 53a66a4

Please sign in to comment.