5 lines
57 B
JavaScript
5 lines
57 B
JavaScript
|
|
function Lab() {
|
||
|
|
// ...
|
||
|
|
}
|
||
|
|
Lab.prototype = new Dog();
|