Index: chrome/content/cssProperties.js |
diff --git a/chrome/content/cssProperties.js b/chrome/content/cssProperties.js |
index cf5231bb9e68f0cf0ee3335ea57748bd3d205e74..c2d970a7dcd2fc707a592fd37c1ec855b52edc89 100644 |
--- a/chrome/content/cssProperties.js |
+++ b/chrome/content/cssProperties.js |
@@ -1,7 +1,6 @@ |
function CSSPropertyFilters(window, addSelectorsFunc) { |
this.window = window; |
this.addSelectorsFunc = addSelectorsFunc; |
- this.load(this.apply.bind(this)); |
} |
CSSPropertyFilters.prototype = { |