Skip to content

Commit

Permalink
Merge branch 'master' of github.com:AgileDiagnosis/objectid
Browse files Browse the repository at this point in the history
  • Loading branch information
junosuarez committed Mar 26, 2013
2 parents c14762c + 27d1efa commit 7afc897
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ Calling `objectid` with an existing objectid - whether a string, an object creat

## Static Methods

ObjectId.equals(oidA, oidB) => Boolean
### ObjectId.equals(oidA, oidB) => Boolean

ObjectId.tryParse(oid, out, as) => Boolean
### ObjectId.tryParse(oid, out, as) => Boolean

ObjectId.isValid(oid) => Boolean
### ObjectId.isValid(oid) => Boolean

## Instance Methods

ObjectId#equals(oidB) => Boolean
### ObjectId#equals(oidB) => Boolean

ObjectId#toString() => String
### ObjectId#toString() => String

ObjectId#toJSON() => String
### ObjectId#toJSON() => String

## running the tests

Expand All @@ -56,4 +56,4 @@ jden <jason@denizac.org> @leJDen

## license

MIT. (c) 2013 Agile Diagnosis <hello@agilediagnosis.com> See LICENSE.md
MIT. (c) 2013 Agile Diagnosis <hello@agilediagnosis.com> See LICENSE.md

0 comments on commit 7afc897

Please sign in to comment.