mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 17:12:27 +01:00
Fix help tag. Closes issue #594.
This commit is contained in:
@@ -372,7 +372,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>:ru :runtime</tags>
|
||||
<tags>:runt :runtime</tags>
|
||||
<spec>:runt<oa>ime</oa><oa>!</oa> <a>file</a> …</spec>
|
||||
<description>
|
||||
<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:
|
||||
|
||||
Reference in New Issue
Block a user