Last active
March 3, 2016 16:23
-
-
Save cbonnissent/207d5dbb7baa22f55e45 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function umdRequire(root, factory) { | |
'use strict'; | |
if (typeof define === 'function' && define.amd) { | |
define([ < dependances > ], factory); | |
} else { | |
factory( < dependances > ); | |
} | |
}(window, function widget( | |
) | |
}) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment