Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/content/cssProperties.js

Issue 29332572: Issue 2397 - Remove redundant load + apply calls (Closed)
Patch Set: Created Dec. 12, 2015, 9:42 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld