main
|
Last change
on this file since c63036a was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 18 months ago |
|
Initial commit
|
-
Property mode
set to
100644
|
|
File size:
295 bytes
|
| Line | |
|---|
| 1 | function _assertThisInitialized(self) {
|
|---|
| 2 | if (self === void 0) {
|
|---|
| 3 | throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|---|
| 4 | }
|
|---|
| 5 | return self;
|
|---|
| 6 | }
|
|---|
| 7 | module.exports = _assertThisInitialized, module.exports.__esModule = true, module.exports["default"] = module.exports; |
|---|
Note:
See
TracBrowser
for help on using the repository browser.