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