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

Unified Diff: lib/init.js

Issue 5653480979038208: Issue 2325 - Add a way to set settings in libadblockplus for FRP and automatic updates (Closed)
Patch Set: Added a unit test. Changed the global object injection routine. Created June 10, 2015, 8: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
Index: lib/init.js
===================================================================
--- a/lib/init.js
+++ b/lib/init.js
@@ -33,6 +33,7 @@
Prefs._initListener = function()
{
prefsInitDone = true;
+
Eric 2015/06/10 17:48:16 Nit: no need for blank line.
Oleksandr 2015/06/12 10:47:57 Done.
checkInitialized();
};

Powered by Google App Engine
This is Rietveld