Skip to content

Commit

Permalink
index: default namespace should be null
Browse files Browse the repository at this point in the history
  • Loading branch information
proppy committed Jul 9, 2014
1 parent 1bb855c commit 9720242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datastore/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ function Dataset(opts) {
*/
Dataset.prototype.createQuery = function(kinds) {
kinds = util.arrayize(kinds);
return new Query('', kinds);
return new Query(null, kinds);
};

/**
Expand Down

0 comments on commit 9720242

Please sign in to comment.