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

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

Issue 274473004: Nitpicking fixes for Files.app code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/image_editor/image_editor.js
diff --git a/ui/file_manager/file_manager/foreground/js/image_editor/image_editor.js b/ui/file_manager/file_manager/foreground/js/image_editor/image_editor.js
index f79ed02490bae4e309df9ea8a52c289db94b66c1..b03d344ffe16b10bfaf944503bdc0e7cbd7ec023 100644
--- a/ui/file_manager/file_manager/foreground/js/image_editor/image_editor.js
+++ b/ui/file_manager/file_manager/foreground/js/image_editor/image_editor.js
@@ -788,7 +788,7 @@ ImageEditor.MouseControl.prototype.setDoubleTapCallback = function(callback) {
};
/**
- * Touch chancel handler.
+ * Touch cancel handler.
*/
ImageEditor.MouseControl.prototype.onTouchCancel = function() {
this.dragHandler_ = null;
@@ -1119,7 +1119,7 @@ ImageEditor.Prompt.prototype.setTimer = function(callback, timeout) {
*
* @param {string} text The prompt text.
* @param {number} timeout Timeout in ms.
- * @param {Object} formatArgs varArgs for the formatting fuction.
+ * @param {Object} formatArgs varArgs for the formatting function.
*/
ImageEditor.Prompt.prototype.show = function(text, timeout, formatArgs) {
this.showAt.apply(this,

Powered by Google App Engine
This is Rietveld 408576698