Skip to content

Commit

Permalink
docs; remove old docs;
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Feb 22, 2014
1 parent 6ce2e14 commit e08ca00
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions lib/types/objectid.js
Expand Up @@ -18,26 +18,3 @@ var driver = global.MONGOOSE_DRIVER_PATH || '../drivers/node-mongodb-native';
var ObjectId = require(driver + '/objectid');
module.exports = ObjectId;

/**
* Creates an ObjectId from `str`
*
* @param {ObjectId|HexString} str
* @static fromString
* @receiver ObjectId
* @return {ObjectId}
* @api private
*/

ObjectId.fromString;

/**
* Converts `oid` to a string.
*
* @param {ObjectId} oid ObjectId instance
* @static toString
* @receiver ObjectId
* @return {String}
* @api private
*/

ObjectId.toString;

0 comments on commit e08ca00

Please sign in to comment.