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

Unified Diff: lib/crawler.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 | « lib/commandLine.js ('k') | lib/main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/crawler.js
diff --git a/lib/crawler.js b/lib/crawler.js
index 8e7144acee6667440528cb34e62d419bee7aa784..c090507357976205848dc979e1a00e7baa5b40ef 100644
--- a/lib/crawler.js
+++ b/lib/crawler.js
@@ -4,6 +4,8 @@
* http://mozilla.org/MPL/2.0/.
*/
+"use strict";
+
/**
* @module crawler
*/
« no previous file with comments | « lib/commandLine.js ('k') | lib/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld