|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
308 bytes
|
| Line | |
|---|
| 1 | import get from "./get.js";
|
|---|
| 2 | import getPrototypeOf from "./getPrototypeOf.js";
|
|---|
| 3 | function _superPropGet(t, o, e, r) {
|
|---|
| 4 | var p = get(getPrototypeOf(1 & r ? t.prototype : t), o, e);
|
|---|
| 5 | return 2 & r && "function" == typeof p ? function (t) {
|
|---|
| 6 | return p.apply(e, t);
|
|---|
| 7 | } : p;
|
|---|
| 8 | }
|
|---|
| 9 | export { _superPropGet as default }; |
|---|
Note:
See
TracBrowser
for help on using the repository browser.