(function (root, factory) { | |
if (typeof define === 'function' && define.amd) { | |
define(['b'], factory); | |
} else { | |
root.amdWeb = factory(root.b); | |
} | |
}(this, function (b) { | |
return {aye: function(){return 'yes';}; | |
})); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment