Skip to content

Commit

Permalink
fixed missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierlacot committed Jul 26, 2011
1 parent e6934a2 commit 28bbdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joli.js
Expand Up @@ -738,7 +738,7 @@ joli.query.prototype = {
return this;
}

value = '(\'' + value.join('\', \'') + '\')'
value = '(\'' + value.join('\', \'') + '\')';
}

this.data.where += expression + ' in ' + value;
Expand Down

0 comments on commit 28bbdb2

Please sign in to comment.