6 lines
164 B
JavaScript
6 lines
164 B
JavaScript
(function (instance, Constructor) {
|
|
if (Object.getPrototypeOf(Constructor) !== null) {
|
|
Object.getPrototypeOf(Constructor).apply(instance, arguments);
|
|
}
|
|
});
|