1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 22:34:18 +01:00

Remove some double spacing.

--HG--
extra : rebase_source : 2e500adb809a020fab650e2bab309cb9d1846a27
This commit is contained in:
Doug Kearns
2011-02-24 22:48:52 +11:00
parent d8cf69e1de
commit 46ac3c272e
5 changed files with 0 additions and 7 deletions

View File

@@ -15,7 +15,6 @@ defineModule("options", {
use: ["commands", "completion", "prefs", "services", "styles", "template", "util"]
}, this);
/** @scope modules */
let ValueError = Class("ValueError", ErrorBase);