|
|
@ -206,7 +206,7 @@ function umd(
|
|
|
|
(function(global, factory) {
|
|
|
|
(function(global, factory) {
|
|
|
|
typeof exports === "object" && typeof module !== "undefined" ? module.exports = factory(${cjsDeps}) :
|
|
|
|
typeof exports === "object" && typeof module !== "undefined" ? module.exports = factory(${cjsDeps}) :
|
|
|
|
typeof define === "function" && define.amd ? define(${amdId}${amdDeps}factory) :
|
|
|
|
typeof define === "function" && define.amd ? define(${amdId}${amdDeps}factory) :
|
|
|
|
(global.${options.name} = factory(${globals}));
|
|
|
|
(global.${options.name} = factory(${globals.join(', ')}));
|
|
|
|
}(this, (function (${paramString(dependencies)}) { "use strict";
|
|
|
|
}(this, (function (${paramString(dependencies)}) { "use strict";
|
|
|
|
|
|
|
|
|
|
|
|
${getCompatibilityStatements(dependencies)}
|
|
|
|
${getCompatibilityStatements(dependencies)}
|
|
|
|