|
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:
311 bytes
|
| Line | |
|---|
| 1 | function _classApplyDescriptorSet(e, t, l) {
|
|---|
| 2 | if (t.set) t.set.call(e, l);else {
|
|---|
| 3 | if (!t.writable) throw new TypeError("attempted to set read only private field");
|
|---|
| 4 | t.value = l;
|
|---|
| 5 | }
|
|---|
| 6 | }
|
|---|
| 7 | module.exports = _classApplyDescriptorSet, module.exports.__esModule = true, module.exports["default"] = module.exports; |
|---|
Note:
See
TracBrowser
for help on using the repository browser.