make super behaviour more spec compliant - fixes #32
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
var Test = function (Foo) {
|
||||
function Test() {
|
||||
Foo.call(this, arguments);
|
||||
}
|
||||
Test.prototype = Object.create(Foo.prototype, {
|
||||
constructor: {
|
||||
|
||||
Reference in New Issue
Block a user