Created
April 17, 2017 06:23
-
-
Save qzm/a7aea2cce02d0a724991181d649ea062 to your computer and use it in GitHub Desktop.
defined AMD/CommonJS/IIFE
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 (global, factory) { | |
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : | |
typeof define === 'function' && define.amd ? define(factory) : | |
(global.YourProjectName = factory()); | |
}(this, (function () { | |
'use strict'; | |
}))); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment