1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-16 22:05:46 +01:00

[bootstrap] Merge default.

--HG--
branch : bootstrapped
This commit is contained in:
Kris Maglione
2010-12-25 06:58:27 -05:00
4 changed files with 48 additions and 26 deletions

View File

@@ -8,11 +8,7 @@
/** @scope modules */
let ValueError = Class("ValueError", Error, {
init: function (message) {
update(this, Error(message));
}
});
let ValueError = Class("ValueError", ErrorBase);
// do NOT create instances of this class yourself, use the helper method
// options.add() instead