summaryrefslogtreecommitdiff
path: root/common/modules/styles.jsm
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2011-02-06 23:02:36 -0500
committerKris Maglione <maglione.k@gmail.com>2011-02-06 23:02:36 -0500
commit9189715e9c15b75490d670f8ee24ea52743bd076 (patch)
treeb17a885b059f38bf6def3f49d76ec635e4f08aaa /common/modules/styles.jsm
parent83d86f7f024c71fd1154fda2be8ad67fde8ec5a3 (diff)
downloadpentadactyl-9189715e9c15b75490d670f8ee24ea52743bd076.tar.gz
Also add events groups for the use of plugins.
--HG-- branch : groups
Diffstat (limited to 'common/modules/styles.jsm')
-rw-r--r--common/modules/styles.jsm1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/modules/styles.jsm b/common/modules/styles.jsm
index a7259259..aebdc528 100644
--- a/common/modules/styles.jsm
+++ b/common/modules/styles.jsm
@@ -93,6 +93,7 @@ var Hive = Class("Hive", {
for (let sheet in values(this.sheets))
sheet.enabled = false;
},
+ destroy: function destroy() {},
__iterator__: function () Iterator(this.sheets),