Index: ui/file_manager/gallery/js/image_editor/image_buffer.js |
diff --git a/ui/file_manager/gallery/js/image_editor/image_buffer.js b/ui/file_manager/gallery/js/image_editor/image_buffer.js |
index 0526bca1b687ff238c7d01781f54011cdff10c7a..6d28f62b6767bc14a5305d9796eb5c19c1f890f9 100644 |
--- a/ui/file_manager/gallery/js/image_editor/image_buffer.js |
+++ b/ui/file_manager/gallery/js/image_editor/image_buffer.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'; |
- |
/** |
* A stack of overlays that display itself and handle mouse events. |
* TODO(kaznacheev) Consider disbanding this class and moving |