Closed jd-boyd closed 12 years ago
W.r.t. https://github.com/ericmmartin/simplemodal/issues/7
Add AMD API support ( https://github.com/amdjs/amdjs-api/wiki/AMD ) using the boiler plate example here (https://github.com/umdjs/umd/blob/master/jqueryPlugin.js ).
If there is no AMD compliant loader present, it passes the global jQuery object into the module as it did before.
Joshua - thank you for the update!
W.r.t. https://github.com/ericmmartin/simplemodal/issues/7
Add AMD API support ( https://github.com/amdjs/amdjs-api/wiki/AMD ) using the boiler plate example here (https://github.com/umdjs/umd/blob/master/jqueryPlugin.js ).
If there is no AMD compliant loader present, it passes the global jQuery object into the module as it did before.