mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 23:58:00 +01:00
Fix some typos. Closes issue #47.
This commit is contained in:
@@ -618,7 +618,7 @@ const JavaScript = Module("javascript", {
|
|||||||
"isXMLName", "parseFloat", "parseInt", "undefined", "uneval"
|
"isXMLName", "parseFloat", "parseInt", "undefined", "uneval"
|
||||||
].concat([k.substr(6) for (k in keys(Ci)) if (/^nsIDOM/.test(k))])
|
].concat([k.substr(6) for (k in keys(Ci)) if (/^nsIDOM/.test(k))])
|
||||||
.concat([k.substr(3) for (k in keys(Ci)) if (/^nsI/.test(k))])
|
.concat([k.substr(3) for (k in keys(Ci)) if (/^nsI/.test(k))])
|
||||||
.concat(JavaScript.magicalnames)
|
.concat(JavaScript.magicalNames)
|
||||||
.filter(function (k) k in window))),
|
.filter(function (k) k in window))),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -156,7 +156,7 @@
|
|||||||
<tags>:unl :unlet</tags>
|
<tags>:unl :unlet</tags>
|
||||||
<spec>:unl<oa>et</oa><oa>!</oa> <a>name</a> …</spec>
|
<spec>:unl<oa>et</oa><oa>!</oa> <a>name</a> …</spec>
|
||||||
<description>
|
<description>
|
||||||
<deprecated>All scripts which make use of <ex>:let</ex> should be
|
<deprecated>All scripts which make use of <ex>:unlet</ex> should be
|
||||||
updated to use the simpler and more powerful options system
|
updated to use the simpler and more powerful options system
|
||||||
instead.</deprecated>
|
instead.</deprecated>
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
@@ -1263,7 +1263,7 @@
|
|||||||
<type>number</type>
|
<type>number</type>
|
||||||
<default>2</default>
|
<default>2</default>
|
||||||
<description>
|
<description>
|
||||||
<p>Controls when to the tab line is shown.</p>
|
<p>Controls when the tab line is shown.</p>
|
||||||
|
|
||||||
<p>Possible values are:</p>
|
<p>Possible values are:</p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user