Index: ui/file_manager/gallery/js/image_editor/exif_encoder.js |
diff --git a/ui/file_manager/gallery/js/image_editor/exif_encoder.js b/ui/file_manager/gallery/js/image_editor/exif_encoder.js |
index cc9c06b5fc564c54cd31aa0f971b66e7c67f2178..80fdef8234f32b82c712136d674b7184e8d6e858 100644 |
--- a/ui/file_manager/gallery/js/image_editor/exif_encoder.js |
+++ b/ui/file_manager/gallery/js/image_editor/exif_encoder.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:(kaznacheev) Share the EXIF constants with exif_parser.js |
var EXIF_MARK_SOS = 0xffda; // Start of "stream" (the actual image data). |
var EXIF_MARK_SOI = 0xffd8; // Start of image data. |