Update proxy.md

There is a spell error.
This commit is contained in:
zhangjg
2015-10-10 14:03:50 +08:00
parent 7d31f94c82
commit fcbd2587a2
+1 -1
View File
@@ -823,7 +823,7 @@ Reflect.get(obj, "foo", wrapper);
等同于`delete obj[name]`
**5Refl2ect.construct(target, args)**
**5Reflect.construct(target, args)**
等同于`new target(...args)`,这提供了一种不使用new,来调用构造函数的方法。