diff options
author | t7yang <t7yang@gmail.com> | 2022-01-10 08:38:06 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2022-02-16 02:35:54 +0800 |
commit | b6a647eec4df2ae42be842b33af92dc7fc8b50b7 (patch) | |
tree | 49e52279f350a9513a0a27bc7570f471859786c0 /files/zh-tw/web/javascript/closures | |
parent | ea514a38735125a2b5468300311ea8b2389c8863 (diff) | |
download | translated-content-b6a647eec4df2ae42be842b33af92dc7fc8b50b7.tar.gz translated-content-b6a647eec4df2ae42be842b33af92dc7fc8b50b7.tar.bz2 translated-content-b6a647eec4df2ae42be842b33af92dc7fc8b50b7.zip |
remove `summary` and `seoSummary` class for zh-TW
Diffstat (limited to 'files/zh-tw/web/javascript/closures')
-rw-r--r-- | files/zh-tw/web/javascript/closures/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/javascript/closures/index.html b/files/zh-tw/web/javascript/closures/index.html index f9ed8c84f7..fbac2c5b07 100644 --- a/files/zh-tw/web/javascript/closures/index.html +++ b/files/zh-tw/web/javascript/closures/index.html @@ -5,7 +5,7 @@ translation_of: Web/JavaScript/Closures --- <div>{{jsSidebar("Intermediate")}}</div> -<p class="summary">閉包(Closure)是函式以及該函式被宣告時所在的作用域環境(lexical environment)的組合。</p> +<p>閉包(Closure)是函式以及該函式被宣告時所在的作用域環境(lexical environment)的組合。</p> <h2 id="語法作用域(Lexical_scoping)">語法作用域(Lexical scoping)</h2> |