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

Unified Diff: chrome/browser/resources/file_manager/js/image_editor/image_editor.js

Issue 12207150: [Cleanup] Files.app: Fix wrong style in JavaScript Code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/metadata/function_parallel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/js/image_editor/image_editor.js
diff --git a/chrome/browser/resources/file_manager/js/image_editor/image_editor.js b/chrome/browser/resources/file_manager/js/image_editor/image_editor.js
index deb49c49870304f1e2e5964fbd79be39c5416e4c..a869e85c7c30d07637160754d9b802725e3333e9 100644
--- a/chrome/browser/resources/file_manager/js/image_editor/image_editor.js
+++ b/chrome/browser/resources/file_manager/js/image_editor/image_editor.js
@@ -630,7 +630,7 @@ ImageEditor.MouseControl = function(rootContainer, container, buffer) {
'touchcancel': this.onTouchCancel,
'touchmove': this.onTouchMove,
'mousedown': this.onMouseDown,
- 'mouseup': this.onMouseUp,
+ 'mouseup': this.onMouseUp
};
for (var eventName in handlers) {
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/metadata/function_parallel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698