From 473c80bd08f3a18c034c16446ba07138b786976a Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 27 Dec 2017 11:51:52 +0800 Subject: [PATCH] update --- dist/fix/fix.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/fix/fix.js b/dist/fix/fix.js index d65fb4f96..2ab0d6521 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) : typeof define === 'function' && define.amd ? define(['exports'], factory) : factory(global.Fix = global.Fix || {}); -})(this, function (exports) { + 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) { 'use strict'; function noop(a, b, c) {}