Closed forivall closed 10 years ago
Occasionally, if a mongo id looks like a number, backbone-orm will try to parse it and use it as a number, instead of as a string.
For example, "406336831214069735729335" or "2961427290180200538416e9".
"406336831214069735729335"
"2961427290180200538416e9"
Fixed
Occasionally, if a mongo id looks like a number, backbone-orm will try to parse it and use it as a number, instead of as a string.
For example,
"406336831214069735729335"
or"2961427290180200538416e9"
.