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

Unified Diff: lib/info.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 | « lib/api.js ('k') | lib/prefs.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/info.js
===================================================================
--- a/lib/info.js
+++ b/lib/info.js
@@ -14,9 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
*/
exports.addonID = _appInfo.id;
exports.addonVersion = _appInfo.version;
exports.addonName = _appInfo.name;
exports.addonRoot = "";
-exports.application = _appInfo.platform;
+exports.application = _appInfo.application;
+exports.applicationVersion = _appInfo.applicationVersion;
+exports.platform = "libadblockplus";
+exports.platformVersion = "1.0";
« no previous file with comments | « lib/api.js ('k') | lib/prefs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld