1
0
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:
Kris Maglione
2011-07-13 01:56:48 -04:00
parent 5b01369d62
commit 6263ad529d
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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: