Navigation Menu

Skip to content

Commit

Permalink
q: remove needless parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 3, 2012
1 parent 39ecd30 commit c970312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/q-translator.js
Expand Up @@ -61,7 +61,7 @@ QueryTranslator.prototype = {
this.throwTranslateError("phrase is unterminated: <" + phrase + ">");
},
translateTerm: function() {
this.skipSpaces(this.query, this);
this.skipSpaces();
if (this.query[this.offset] == '"') {
return this.translatePhraseTerm(this.query, this);
} else {
Expand Down

0 comments on commit c970312

Please sign in to comment.