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