clayallsopp / react.backbone

Plugin for React to make Backbone migration easier
MIT License
839 stars 60 forks source link

Added Common.js Support and underscore dependency #17

Closed nmn closed 10 years ago

nmn commented 10 years ago

The factory function was using underscore without requiring it. That wouldn't work with commonjs and AMD.

clayallsopp commented 10 years ago

:+1: thanks!