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

Unified Diff: lib/api.js

Issue 11157034: Update info module and make updater use the new downloader module (Closed)
Patch Set: Created July 23, 2013, 10:03 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 | « include/AdblockPlus/AppInfo.h ('k') | lib/info.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/api.js
===================================================================
--- a/lib/api.js
+++ b/lib/api.js
@@ -156,12 +156,12 @@ var API = (function()
setPref: function(pref, value)
{
Prefs[pref] = value;
},
forceUpdateCheck: function(eventName)
{
- checkForUpdates(true, _triggerEvent.bind(null, eventName));
+ checkForUpdates(_triggerEvent.bind(null, eventName));
}
};
})();
« no previous file with comments | « include/AdblockPlus/AppInfo.h ('k') | lib/info.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld