Skip to content

Commit

Permalink
Forgot to add RegExp to document serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Kifer committed Dec 15, 2010
1 parent 61a3e7d commit 1470445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/bson.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ _type =
0x08: BSONBoolean
0x09: BSONDate
0x0A: BSONNull
0x0B: BSONRegExp
0x10: BSONInt32
0x12: BSONInt64

Expand Down

0 comments on commit 1470445

Please sign in to comment.