Projekt

Obecné

Profil

Stáhnout (204 Bajtů) Statistiky
| Větev: | Revize:
1
export default function _inheritsLoose(subClass, superClass) {
2
  subClass.prototype = Object.create(superClass.prototype);
3
  subClass.prototype.constructor = subClass;
4
  subClass.__proto__ = superClass;
5
}
(38-38/80)