From 6115c3463f48822031d8df07feec0ed2f739c1b9 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Fri, 3 Mar 2017 17:06:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E8=AE=A2=E5=AE=8C=E4=BA=86?= =?UTF-8?q?=E8=AF=8D=E6=B1=87=E8=A1=A8=E4=B8=AD=E7=9A=84=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E8=8B=B1=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/glossary.jade | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/public/docs/ts/latest/glossary.jade b/public/docs/ts/latest/glossary.jade index d47ee8f81e..cdc7a936f8 100644 --- a/public/docs/ts/latest/glossary.jade +++ b/public/docs/ts/latest/glossary.jade @@ -543,8 +543,6 @@ a#aot :marked ## ECMAScript - ## ECMAScript - .l-sub-section :marked The [official JavaScript language specification](https://en.wikipedia.org/wiki/ECMAScript). @@ -574,8 +572,6 @@ a#aot :marked ## ES2015 - ## ES2015 - .l-sub-section :marked Short hand for [ECMAScript](#ecmascript) 2015. @@ -585,8 +581,6 @@ a#aot :marked ## ES6 - ## ES6 - .l-sub-section :marked Short hand for [ECMAScript](#ecmascript) 2015. @@ -595,8 +589,6 @@ a#aot :marked ## ES5 - ## ES5 - .l-sub-section :marked Short hand for [ECMAScript](#ecmascript) 5, the version of JavaScript run by most modern browsers. @@ -1226,8 +1218,6 @@ a#snake-case :marked ## TypeScript - ## TypeScript - .l-sub-section :marked A version of JavaScript that supports most [ECMAScript 2015](#es2015)