mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 15:54:13 +01:00
Fix help tag. Closes issue #594.
This commit is contained in:
@@ -372,7 +372,7 @@
|
|||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<tags>:ru :runtime</tags>
|
<tags>:runt :runtime</tags>
|
||||||
<spec>:runt<oa>ime</oa><oa>!</oa> <a>file</a> …</spec>
|
<spec>:runt<oa>ime</oa><oa>!</oa> <a>file</a> …</spec>
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
@@ -176,6 +176,6 @@ else
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
}catch(e){ dump(e + "\n" + (e.stack || Error().stack)); Cu.reportError(e) }
|
}catch(e){ dump(e + "\n" + (e.stack || Error().stack)); Components.utils.reportError(e) }
|
||||||
|
|
||||||
// vim: set fdm=marker sw=4 sts=4 et ft=javascript:
|
// vim: set fdm=marker sw=4 sts=4 et ft=javascript:
|
||||||
|
|||||||
Reference in New Issue
Block a user