Skip to content

Commit f0119c2

Browse files
author
John Haley
committed
Oid object now has allocfmt for backwards compatibility
1 parent adcd8e0 commit f0119c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/oid.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Object.defineProperties(Oid.prototype, {
77
"toString": {
88
value: Oid.prototype.tostrS,
99
enumerable: false
10+
},
11+
"allocfmt": {
12+
value: Oid.prototype.tostrS,
13+
enumerable: false
1014
}
1115
});
1216

0 commit comments

Comments
 (0)