first commit
This commit is contained in:
11
mixitup-3.3.1/src/module-definitions.js
Normal file
11
mixitup-3.3.1/src/module-definitions.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/* global module, mixitup, define */
|
||||
|
||||
if (typeof exports === 'object' && typeof module === 'object') {
|
||||
module.exports = mixitup;
|
||||
} else if (typeof define === 'function' && define.amd) {
|
||||
define(function() {
|
||||
return mixitup;
|
||||
});
|
||||
} else if (typeof window.mixitup === 'undefined' || typeof window.mixitup !== 'function') {
|
||||
window.mixitup = mixitup;
|
||||
}
|
||||
Reference in New Issue
Block a user