afeld / backbone-nested

A plugin to make Backbone.js keep track of nested attributes - looking for maintainers! https://github.com/afeld/backbone-nested/issues/157
https://afeld.github.com/backbone-nested/
MIT License
444 stars 83 forks source link

Issue155 - Replace $.extend #156

Closed melissawimberly closed 7 years ago

melissawimberly commented 8 years ago

@kaidez and I created this extend method that doesn't use JQuery

marnen commented 8 years ago

Why not just use _.extend?

afeld commented 7 years ago

Thanks so much for submitting this! Went with #158 instead for its simplicity, but I appreciate it nonetheless.