diff options
author | rjohnson <rjohnson@mozilla.com> | 2021-03-18 17:16:33 -0700 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-03-21 00:31:49 +0800 |
commit | 8b6621966195ae20c972e812d5cdbed2b6146675 (patch) | |
tree | d4a74c330f7f80994c2b5e9f116af8a7e9fca1b8 /files/zh-cn/web/api/htmlelement/onpaste | |
parent | e73670462cbf6600f4fb821054320743d86de204 (diff) | |
download | translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.gz translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.bz2 translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.zip |
remove fx_minversion_header macro calls
Diffstat (limited to 'files/zh-cn/web/api/htmlelement/onpaste')
-rw-r--r-- | files/zh-cn/web/api/htmlelement/onpaste/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/htmlelement/onpaste/index.html b/files/zh-cn/web/api/htmlelement/onpaste/index.html index f180eaa91c..3d3b0c3a8c 100644 --- a/files/zh-cn/web/api/htmlelement/onpaste/index.html +++ b/files/zh-cn/web/api/htmlelement/onpaste/index.html @@ -3,7 +3,7 @@ title: element.onpaste slug: Web/API/HTMLElement/onpaste translation_of: Web/API/HTMLElement/onpaste --- -<p>{{ Fx_minversion_header("3") }} {{ ApiRef() }}</p> +<p>{{ ApiRef() }}</p> <h3 id="Summary" name="Summary">概述</h3> <p><strong>onpaste</strong> 属性用来获取或设置当前元素的<code>paste</code>事件的事件处理函数.</p> <h3 id="Syntax" name="Syntax">语法</h3> |