Open thadk opened 11 years ago
https://github.com/powmedia/backbone.bootstrap-modal/blob/bootstrap3/src/backbone.bootstrap-modal.js#L272
Wouldn't this:
return Modal;
be better and more AMD / RequireJS compliant than what we have?
Backbone.BootstrapModal = Modal;
1+
https://github.com/powmedia/backbone.bootstrap-modal/blob/bootstrap3/src/backbone.bootstrap-modal.js#L272
Wouldn't this:
be better and more AMD / RequireJS compliant than what we have?