mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 15:24:12 +01:00
Fix help tag. Closes issue #594.
This commit is contained in:
@@ -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