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

Unified Diff: lib/prefs.js

Issue 4899447913840640: Issue 1106 - Add currentVersion Pref and compareVersions API (Closed)
Patch Set: Created Aug. 1, 2014, 12:51 p.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') | src/FilterEngine.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/prefs.js
===================================================================
--- a/lib/prefs.js
+++ b/lib/prefs.js
@@ -38,7 +38,8 @@
update_last_check: 0,
update_last_error: 0,
update_soft_expiration: 0,
- update_hard_expiration: 0
+ update_hard_expiration: 0,
+ currentVersion: "0.0"
};
let values = Object.create(defaults);
« no previous file with comments | « lib/api.js ('k') | src/FilterEngine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld