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

Unified Diff: lib/commandLine.js

Issue 29355266: Noissue - Add "use strict" to the JavaScript files. (Closed)
Patch Set: Created Sept. 29, 2016, 11:56 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 | lib/crawler.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/commandLine.js
diff --git a/lib/commandLine.js b/lib/commandLine.js
index d0a6f4b4c488c7d25f64cdf7a60a5a09f09a5327..efa9b4b216ab90137af078e8e37e606f9e7ea104 100644
--- a/lib/commandLine.js
+++ b/lib/commandLine.js
@@ -4,6 +4,8 @@
* http://mozilla.org/MPL/2.0/.
*/
+"use strict";
+
/**
* @module commandLine
*/
« no previous file with comments | « no previous file | lib/crawler.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld