Closed lixiaoyan closed 9 years ago
new Cls(...args);
在 traceur 中是展开为:
new (Function.prototype.bind.apply(Cls, $traceurRuntime.spread([null], args)))();
确实疏忽了
在 traceur 中是展开为: