Closed cferdinandi closed 9 years ago
(function (root, factory) { if ( typeof define === 'function' && define.amd ) { define([], factory(root)); } else if ( typeof exports === 'object' ) { module.exports = factory(root); } else { root.myPlugin = factory(root); } })(this, function (root) {
Source: https://github.com/umdjs/umd/blob/master/amdWeb.js
Redo
Correct
Source: https://github.com/umdjs/umd/blob/master/amdWeb.js
Redo
Correct