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

Unified Diff: lib/child/elemHideEmulation.js

Issue 29375891: [adblockplus] Issue 4928 - No longer call ElemHideEmulation.load (Closed)
Patch Set: Created Feb. 18, 2017, 11:18 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: lib/child/elemHideEmulation.js
diff --git a/lib/child/elemHideEmulation.js b/lib/child/elemHideEmulation.js
index 68b4a828ed9a52fcb421b474fa14bef34500f63a..ce3c26e02f2b38d7f8f2adbd828ce68a4c14a985 100644
--- a/lib/child/elemHideEmulation.js
+++ b/lib/child/elemHideEmulation.js
@@ -100,7 +100,7 @@
}
);
- handler.load(() => handler.apply());
+ handler.apply();
};
subject.addEventListener("load", onReady);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld