pathable / supermodel

Supermodel - Minimal Model Tracking for Backbonejs
http://pathable.github.io/supermodel
MIT License
229 stars 36 forks source link

Change module definition style to also support AMD (RequireJS etc) #45

Closed andru closed 10 years ago

andru commented 10 years ago

This pull request changes the module definition style to provide support for AMD (eg. RequireJS), in addition to the previously supported CommonJS and global scope patterns.

braddunbar commented 10 years ago

Merged and tweaked to taste in 8eaf4574a669fe21d7e7d506498a89b1c93e7db1. Let me know how that works.