-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
Inspired by #39
maybe backbone-super should just provide modified Backbone? Than you will be able to write like this:
var Backbone = require('backbone-super');
It's not far from reality because backbone-super does not provide anything by itself, it just replace the extend method of Backbone so you can use either backbone or replaced backbone. And it would be very strange and ambiguous if require('backbone') will provide replaced version. And writing require('backbone-super') will clearly indicate version of backbone you are using
Reactions are currently unavailable