mirror of
https://github.com/JeremyLikness/vanillajs-deck
synced 2024-11-14 17:44:56 +00:00
12 lines
284 B
HTML
12 lines
284 B
HTML
|
<title>Looking Back (2)...</title>
|
||
|
<h1>Looking Back...</h1>
|
||
|
<pre>
|
||
|
var square = (function (_super) {
|
||
|
__extends(square, _super);
|
||
|
function square() {
|
||
|
return _super.call(this, 4) || this;
|
||
|
}
|
||
|
return square;
|
||
|
}(shape));
|
||
|
</pre>
|
||
|
<next-slide>177-es5-ext-impl</next-slide>
|