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

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

Powered by Google App Engine
This is Rietveld