|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
583 bytes
|
| Line | |
|---|
| 1 | var superPropBase = require("./superPropBase.js");
|
|---|
| 2 | function _get() {
|
|---|
| 3 | return module.exports = _get = "undefined" != typeof Reflect && Reflect.get ? Reflect.get.bind() : function (e, t, r) {
|
|---|
| 4 | var p = superPropBase(e, t);
|
|---|
| 5 | if (p) {
|
|---|
| 6 | var n = Object.getOwnPropertyDescriptor(p, t);
|
|---|
| 7 | return n.get ? n.get.call(arguments.length < 3 ? e : r) : n.value;
|
|---|
| 8 | }
|
|---|
| 9 | }, module.exports.__esModule = true, module.exports["default"] = module.exports, _get.apply(null, arguments);
|
|---|
| 10 | }
|
|---|
| 11 | module.exports = _get, module.exports.__esModule = true, module.exports["default"] = module.exports; |
|---|
Note:
See
TracBrowser
for help on using the repository browser.