guy 7 years ago
parent
commit
552138b3cd
  1. 4
      dist/fix/fix.js

4
dist/fix/fix.js vendored

@ -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) {}

Loading…
Cancel
Save