Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Unified Diff: ui/file_manager/file_manager/foreground/js/main_scripts.js

Issue 676633002: Remove file-level 'use strict' from file_manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/file_manager/file_manager/foreground/js/main_scripts.js
diff --git a/ui/file_manager/file_manager/foreground/js/main_scripts.js b/ui/file_manager/file_manager/foreground/js/main_scripts.js
index d6b0b298c462b2b96ff20ea0d9257f7ae2a248c6..4fe9dec78270e1b5fb00d40d8b354a881b808685 100644
--- a/ui/file_manager/file_manager/foreground/js/main_scripts.js
+++ b/ui/file_manager/file_manager/foreground/js/main_scripts.js
@@ -65,6 +65,7 @@
(function() {
// 'strict mode' is invoked for this scope.
+'use strict';
// error_util.js must be loaded before all other Files.app's scripts.
//<include src="../../common/js/error_util.js">
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/main.js ('k') | ui/file_manager/file_manager/foreground/js/metadata/byte_reader.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698