DIR : /home/kozerus/public_html/cropex/node/node_modules/@babel/helpers/lib/helpers/construct.js

/home/kozerus/public_html/cropex/node/node_modules/@babel/helpers/lib/helpers

"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = _construct;
var _isNativeReflectConstruct = require("./isNativeReflectConstruct.js");
var _setPrototypeOf = require("./setPrototypeOf.js");
function _construct(Parent, args, Class) {
  if ((0, _isNativeReflectConstruct.default)()) {
    return Reflect.construct.apply(null, arguments);
  }
  var a = [null];
  a.push.apply(a, args);
  var instance = new (Parent.bind.apply(Parent, a))();
  if (Class) (0, _setPrototypeOf.default)(instance, Class.prototype);
  return instance;
}

//# sourceMappingURL=construct.js.map
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer