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

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

"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = _toSetter;
function _toSetter(fn, args, thisArg) {
  if (!args) args = [];
  var l = args.length++;
  return Object.defineProperty({}, "_", {
    set: function (v) {
      args[l] = v;
      fn.apply(thisArg, args);
    }
  });
}

//# sourceMappingURL=toSetter.js.map
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer