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

Unified Diff: ui/file_manager/gallery/js/image_editor/image_transform.js

Issue 450903002: Random clean up around Chrome OS file manager code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « ui/file_manager/gallery/js/gallery.js ('k') | ui/file_manager/gallery/js/image_editor/image_util.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/js/image_editor/image_transform.js
diff --git a/ui/file_manager/gallery/js/image_editor/image_transform.js b/ui/file_manager/gallery/js/image_editor/image_transform.js
index b185d3101313d719f9644852f8c2181825cdfd14..66759169c0b4d7f91dca42a34e8e8d8970d0d026 100644
--- a/ui/file_manager/gallery/js/image_editor/image_transform.js
+++ b/ui/file_manager/gallery/js/image_editor/image_transform.js
@@ -354,8 +354,8 @@ DraggableRect.prototype.getBottom = function() {
};
/**
- * Obtains the geometory of the rectangle.
- * @return {Rect} Geometory of the rectangle.
+ * Obtains the geometry of the rectangle.
+ * @return {Rect} Geometry of the rectangle.
*/
DraggableRect.prototype.getRect = function() {
return new Rect(this.bounds_);
@@ -451,11 +451,11 @@ DraggableRect.prototype.getCursorStyle = function(x, y, mouseDown) {
};
/**
- * Obtains the drag handler depeding on the coordinate.
+ * Obtains the drag handler depending on the coordinate.
*
* @param {number} startScreenX X coordinate for cursor in the screen.
* @param {number} startScreenY Y coordinate for cursor in the screen.
- * @param {boolean} touch Whether the operaiton is done by touch or not.
+ * @param {boolean} touch Whether the operation is done by touch or not.
* @return {function(number,number,boolean)} Drag handler that takes x
* coordinate value, y coordinate value, and shift key flag.
*/
« no previous file with comments | « ui/file_manager/gallery/js/gallery.js ('k') | ui/file_manager/gallery/js/image_editor/image_util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698