| Index: chrome/browser/resources/file_manager/js/image_editor/viewport.js
|
| diff --git a/chrome/browser/resources/file_manager/js/image_editor/viewport.js b/chrome/browser/resources/file_manager/js/image_editor/viewport.js
|
| index 5e0c5ffb5fbf5ff49d8d63fab5e6fc90e8284e4b..8522795368e17c73bbc3585e23a78bc5d7ea1c40 100644
|
| --- a/chrome/browser/resources/file_manager/js/image_editor/viewport.js
|
| +++ b/chrome/browser/resources/file_manager/js/image_editor/viewport.js
|
| @@ -77,7 +77,7 @@ Viewport.prototype.sizeByFrameAndFit = function(frame) {
|
| };
|
|
|
| /**
|
| - * @return {number} Scale
|
| + * @return {number} Scale.
|
| */
|
| Viewport.prototype.getScale = function() { return this.scale_ };
|
|
|
| @@ -198,7 +198,7 @@ Viewport.prototype.getScreenClipped = function() { return this.screenClipped_ };
|
| * A counter that is incremented with each viewport state change.
|
| * Clients that cache anything that depends on the viewport state should keep
|
| * track of this counter.
|
| - * @return {number} counter
|
| + * @return {number} counter.
|
| */
|
| Viewport.prototype.getCacheGeneration = function() { return this.generation_ };
|
|
|
|
|