Skip to content

Commit

Permalink
remove unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Feb 27, 2013
1 parent a785380 commit 32617bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ Mongoose.prototype.model = function (name, schema, collection, skipInit) {
* @return {Array}
*/

Mongoose.prototype.modelNames = function (opts) {
Mongoose.prototype.modelNames = function () {
var names = Object.keys(this.models);
return names;
}
Expand Down

0 comments on commit 32617bc

Please sign in to comment.