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

Delta Between Two Patch Sets: lib/init.js

Issue 10420020: Made sure FilterEngine instances are always initialized (Closed)
Left Patch Set: Created May 16, 2013, 2:27 p.m.
Right Patch Set: Using a generic messaging mechanism Created May 23, 2013, 6:35 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « include/AdblockPlus/tr1_functional.h ('k') | src/FilterEngine.cpp » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 require("filterNotifier").FilterNotifier.addListener(function(action) 1 require("filterNotifier").FilterNotifier.addListener(function(action)
2 { 2 {
3 if (action === "load") 3 if (action === "load")
4 _initDone(); 4 _triggerEvent("init");
5 }); 5 });
LEFTRIGHT

Powered by Google App Engine
This is Rietveld