aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/mozilla/preferences/preference_reference/javascript.options.strict/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/mozilla/preferences/preference_reference/javascript.options.strict/index.html')
-rw-r--r--files/zh-cn/mozilla/preferences/preference_reference/javascript.options.strict/index.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/files/zh-cn/mozilla/preferences/preference_reference/javascript.options.strict/index.html b/files/zh-cn/mozilla/preferences/preference_reference/javascript.options.strict/index.html
deleted file mode 100644
index 0719935e05..0000000000
--- a/files/zh-cn/mozilla/preferences/preference_reference/javascript.options.strict/index.html
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: javascript.options.strict
-slug: Mozilla/Preferences/Preference_reference/javascript.options.strict
-translation_of: Mozilla/Preferences/Preference_reference/javascript.options.strict
----
-<p><span style="font-size: 14px; line-height: 1.572;">当代码执行时,如果这条语句没有发生运行时错误,但却是用了非标准的特性,写法有问题,可能导致隐含的逻辑错误,则会生成JavaScript警告信息.该选项就控制着这些警告信息是否要打印到JavaScript控制台上.</span></p>
-<p> </p>
-<p>可用的值和对应的效果</p>
-<p><strong>True</strong>: 在错误控制台上显示JavaScript错误和警告.<br>
- <br>
- <strong>False</strong>: 在错误控制台上只显示JavaScript错误.(默认值)</p>
-<p> </p>
-<p>相关链接: <a href="http://kb.mozillazine.org/Javascript.options.strict" title="http://kb.mozillazine.org/Javascript.options.strict">http://kb.mozillazine.org/Javascript.options.strict</a></p>