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

Unified Diff: lib/updater.js

Issue 29363604: Noissue - Fix typo in disable auto updates switch (Closed)
Patch Set: Created Nov. 21, 2016, 10:19 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/updater.js
diff --git a/lib/updater.js b/lib/updater.js
index e924d68a18254c569c1f91ec9c92b15eb7b7ddb2..217e82763469cd28d2cfa8f7cc6b2a124a4921a6 100644
--- a/lib/updater.js
+++ b/lib/updater.js
@@ -36,7 +36,7 @@ downloader.onDownloadError = onDownloadError;
function getDownloadable(forceCheck)
{
- if (!forceCheck && Pref.disable_auto_updates)
+ if (!forceCheck && Prefs.disable_auto_updates)
{
return null;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld