Index: ui/file_manager/file_manager/foreground/js/file_manager_commands.js |
diff --git a/ui/file_manager/file_manager/foreground/js/file_manager_commands.js b/ui/file_manager/file_manager/foreground/js/file_manager_commands.js |
index a1ee73c6939f2b0d7f6ee66ca08617c94ff94ffb..f45c70b86f5067acb8be7e0c07bbc8fd6a08e107 100644 |
--- a/ui/file_manager/file_manager/foreground/js/file_manager_commands.js |
+++ b/ui/file_manager/file_manager/foreground/js/file_manager_commands.js |
@@ -2,8 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-'use strict'; |
- |
/** |
* TODO(dzvorygin): Here we use this hack, since 'hidden' is standard |
* attribute and we can't use it's setter as usual. |