Patch to support Universal Module Definition
Brought to you by:
jainasewen
Now that jQuery 1.7 supports modules, it would be nice to see this plugin support the UMD.
See this page for explanation of the format and why: https://github.com/umdjs/umd
See this page for a minimal example of a jQuery plugin supporting umd: https://github.com/umdjs/umd/blob/master/jqueryPlugin.js
I am testing this with RequireJS and jQuery 1.7.1, but it should work with older versions of jQuery and no module system as well.
View and moderate all "patches Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Patches"
Patch to support Universal Module Definition