Passed underscore as a local variable of the factory, fixing import with CommonJS or Node. The same way Backbone was passed as a parameter of factory(), this adds _ (Underscore.js).
Before this change, this fails us as we're trying to run Backbone + Backbone Nested Models in Node.js. All works fine except this detail.
Thanks for considering to merge this! I didn't bump the version number, let me know if you'd like to do so (I think it should be, but didn't want to make that decision on my own, probably v2.0.1 would be good).
Passed underscore as a local variable of the factory, fixing import with CommonJS or Node. The same way
Backbone
was passed as a parameter offactory()
, this adds_
(Underscore.js).Before this change, this fails us as we're trying to run Backbone + Backbone Nested Models in Node.js. All works fine except this detail.
Thanks for considering to merge this! I didn't bump the version number, let me know if you'd like to do so (I think it should be, but didn't want to make that decision on my own, probably
v2.0.1
would be good).