fix static member expression calls, make classes more spec-compliant
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
var Test = function() {
|
||||
function Test() {}
|
||||
var Test = function Test() {};
|
||||
|
||||
Object.defineProperties(Test.prototype, {
|
||||
bar: {
|
||||
|
||||
Reference in New Issue
Block a user