mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-30 23:05:46 +01:00
Disable tab numbering in Gecko 1.9 for the moment. Deal with stale RangeFinds slipping through in corner case.
This commit is contained in:
@@ -8,7 +8,11 @@
|
||||
|
||||
/** @scope modules */
|
||||
|
||||
let ValueError = Class("ValueError", Error);
|
||||
let ValueError = Class("ValueError", Error, {
|
||||
init: function (message) {
|
||||
update(this, Error(message));
|
||||
}
|
||||
});
|
||||
|
||||
// do NOT create instances of this class yourself, use the helper method
|
||||
// options.add() instead
|
||||
|
||||
Reference in New Issue
Block a user