mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
react app
This commit is contained in:
23
react-app/node_modules/babel-runtime/helpers/inherits.js
generated
vendored
Normal file
23
react-app/node_modules/babel-runtime/helpers/inherits.js
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
"use strict";
|
||||
|
||||
var _Object$create = require("babel-runtime/core-js/object/create")["default"];
|
||||
|
||||
var _Object$setPrototypeOf = require("babel-runtime/core-js/object/set-prototype-of")["default"];
|
||||
|
||||
exports["default"] = function (subClass, superClass) {
|
||||
if (typeof superClass !== "function" && superClass !== null) {
|
||||
throw new TypeError("Super expression must either be null or a function, not " + typeof superClass);
|
||||
}
|
||||
|
||||
subClass.prototype = _Object$create(superClass && superClass.prototype, {
|
||||
constructor: {
|
||||
value: subClass,
|
||||
enumerable: false,
|
||||
writable: true,
|
||||
configurable: true
|
||||
}
|
||||
});
|
||||
if (superClass) _Object$setPrototypeOf ? _Object$setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass;
|
||||
};
|
||||
|
||||
exports.__esModule = true;
|
Reference in New Issue
Block a user