diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-26 15:31:56 -0400 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-07-27 12:52:01 +0800 |
commit | 13db12ce5c9cfe0c433f35587035dce15eedf294 (patch) | |
tree | 20671d4a0fda745d305ba2b38037f25f6fbdce58 /files/zh-cn/mozilla/firefox/releases/27/index.html | |
parent | c53c05cd5c3e7eafdfeb437d02ddad4c9e00ae3d (diff) | |
download | translated-content-13db12ce5c9cfe0c433f35587035dce15eedf294.tar.gz translated-content-13db12ce5c9cfe0c433f35587035dce15eedf294.tar.bz2 translated-content-13db12ce5c9cfe0c433f35587035dce15eedf294.zip |
remove link 'title' attributes that's just the 'href' (zh-cn)
Diffstat (limited to 'files/zh-cn/mozilla/firefox/releases/27/index.html')
-rw-r--r-- | files/zh-cn/mozilla/firefox/releases/27/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/mozilla/firefox/releases/27/index.html b/files/zh-cn/mozilla/firefox/releases/27/index.html index 7f9f6a9028..23922dfced 100644 --- a/files/zh-cn/mozilla/firefox/releases/27/index.html +++ b/files/zh-cn/mozilla/firefox/releases/27/index.html @@ -23,7 +23,7 @@ translation_of: Mozilla/Firefox/Releases/27 <h3 id="JavaScript">JavaScript</h3> <p><a href="/en-US/docs/Web/JavaScript/ECMAScript_6_support_in_Mozilla" title="/en-US/docs/Web/JavaScript/ECMAScript_6_support_in_Mozilla">EcmaScript 6</a> (Harmony) 实现了:</p> <ul> - <li><a href="http://wiki.ecmascript.org/doku.php?id=harmony:spread" title="http://wiki.ecmascript.org/doku.php?id=harmony:spread">展开运算符</a>支持在函数调用时的实参左边位置使用 ({{bug("762363")}}).</li> + <li><a href="http://wiki.ecmascript.org/doku.php?id=harmony:spread">展开运算符</a>支持在函数调用时的实参左边位置使用 ({{bug("762363")}}).</li> <li>实现了多个数学函数 {{jsxref("Global_Objects/Math/hypot", "Math.hypot()")}} ({{bug("896264")}}).</li> </ul> <h3 id="InterfacesAPIsDOM">Interfaces/APIs/DOM</h3> |