Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mjadobson committed Jan 19, 2013
1 parent e6ee431 commit 0110a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serious.js
Expand Up @@ -69,7 +69,7 @@ Serious.prototype.query = function () {
_cb = args.pop();
}

if (args.length = 1) {
if (args.length == 1) {
params = args[0]
} else {
args.forEach(function (arg) {
Expand Down

0 comments on commit 0110a44

Please sign in to comment.