Navigation Menu

Skip to content

Commit

Permalink
Return defaultFieldNames correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 24, 2012
1 parent 18cfb47 commit 3944bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/select-query.js
Expand Up @@ -85,7 +85,7 @@ SelectQuery.prototype = {
return field.type == 'text';
});

var defaultFieldNames = defaultFields.map(function(field) {
return defaultFields.map(function(field) {
return field.name;
});
},
Expand Down

0 comments on commit 3944bbb

Please sign in to comment.