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

Unified Diff: lib/uninstall.js

Issue 29371763: Issue 4795 - Use modern JavaScript syntax (Closed)
Patch Set: Fix scoping regression Created Jan. 16, 2017, 9:12 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
« lib/notificationHelper.js ('K') | « lib/tldjs.js ('k') | lib/url.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/uninstall.js
diff --git a/lib/uninstall.js b/lib/uninstall.js
index 0c2ad71c82b728239558c2bdae7ccc9a143d9923..3da61954aaea83b6945a1633a513f6f03ea0d9c5 100644
--- a/lib/uninstall.js
+++ b/lib/uninstall.js
@@ -17,6 +17,8 @@
/** @module uninstall */
+"use strict";
+
let info = require("info");
let {Prefs} = require("prefs");
let {Utils} = require("utils");
« lib/notificationHelper.js ('K') | « lib/tldjs.js ('k') | lib/url.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld