From c3c1fc6627b96879fca5e6a305e2fb221e614d52 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Fri, 27 May 2016 12:44:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=90=88=E5=B9=B6=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E4=B8=80=E4=B8=AA=E5=B0=8F=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/guide/template-syntax.jade | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/docs/ts/latest/guide/template-syntax.jade b/public/docs/ts/latest/guide/template-syntax.jade index b64ba46932..87a77f1b34 100644 --- a/public/docs/ts/latest/guide/template-syntax.jade +++ b/public/docs/ts/latest/guide/template-syntax.jade @@ -359,10 +359,9 @@ block template-expressions-cannot 模板语句解析器和模板表达式解析器有所不同,它的特别之处在于它既支持支持基本赋值(`=`)又支持使用分号(`;`)和逗号(`,`)把表达式串起来。 However, certain #{_JavaScript} syntax is not allowed: - * !{__new_op} 但无论如何,某些JavaScript语法仍然是不允许的: - * the `new` operator + * !{__new_op} * `new`运算符 * increment and decrement operators, `++` and `--` * 自增和自减运算符:`++`和`--`