ブログの URL -> http://ejohn.org/blog/simple-javascript-inheritance/ .
これがスニペットです。
var _super = this.prototype;
initializing = true;
var prototype = new this();
initializing = false;
new this(); の使用に困惑しています。
ブログの URL -> http://ejohn.org/blog/simple-javascript-inheritance/ .
これがスニペットです。
var _super = this.prototype;
initializing = true;
var prototype = new this();
initializing = false;
new this(); の使用に困惑しています。