1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 14:27:58 +01:00

Closes issue #846.

This commit is contained in:
Kris Maglione
2012-05-08 20:35:43 -04:00
parent c69b6d08a2
commit 526ee3f63f

View File

@@ -18,6 +18,7 @@ lazyRequire("highlight", ["highlight"]);
lazyRequire("messages", ["_"]);
lazyRequire("prefs", ["localPrefs", "prefs"]);
lazyRequire("storage", ["storage", "File"]);
lazyRequire("styles", ["Styles"]);
function AboutHandler() {}
AboutHandler.prototype = {