aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/function/tosource
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/function/tosource')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/function/tosource/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/function/tosource/index.html b/files/zh-cn/web/javascript/reference/global_objects/function/tosource/index.html
index 851e354fc7..0a75770d7c 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/function/tosource/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/function/tosource/index.html
@@ -25,7 +25,7 @@ Function.toSource();
<p><code>toSource方法返回下面的值</code>:</p>
-<p></p>
+
<ul>
<li>对于内置的<code>Function</code>对象,<code>toSource</code>返回下面的字符串:</li>