diff --git a/dist/fix/fix.js b/dist/fix/fix.js index 2ab0d6521..d65fb4f96 100644 --- a/dist/fix/fix.js +++ b/dist/fix/fix.js @@ -1,8 +1,8 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } (function (global, factory) { - typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('lodash')) : typeof define === 'function' && define.amd ? define(['exports', 'lodash'], factory) : factory(global.Fix = global.Fix || {}, global.lodash); -})(this, function (exports, lodash) { + typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : factory(global.Fix = global.Fix || {}); +})(this, function (exports) { 'use strict'; function noop(a, b, c) {}