Michael Benin
Michael Benin
Why do you need to name your folder with a file extension?
BTW did some research using aliasify in my global transform, only one incompatibility found: if (!_.isPlainObject(validation)) { Testing the transform to swap out the promise lib for bluebird as well....
When and bluebird are listed under dependencies, which are both promise libraries.
Hey @pnsrinivasreddy, Did you try to add localstorage to the setup here: https://github.com/lelandrichardson/enzyme-example-mocha/blob/master/test/.setup.js Also it's worth a shot to try to access it with window.localStorage.
So before I found this project I was using: https://coderwall.com/p/xj81ua/a-better-way-of-extending-backbone-models-and-views And fixed it in my hobby project: https://github.com/michaelBenin/node-startup/blob/master/shared/utils/util.js#L5 If this was added would be a major version bump.
@apsavin yes a perf comparison on the pr that removes the delete would be useful.
@lukasolson when you get a chance maybe you could weigh in here.
How are you using this library? Globals? AMD? CommonJS? Something else? What order are you loading in Backbone.RelationalModel and backbone-super? I'm guessing that BBRM extends off of Backbone Model and...
OK I understand what you're saying now. Yes this looks like a legit bug.
@philfreo if you could setup a test in this repo or possibly a jsbin/jsfiddle demonstrating this issue that would be great.