Commit 9a7aa82b authored by harukam's avatar harukam Committed by Commit bot

Fix a Closure Compiler error.

BUG=none

Review-Url: https://codereview.chromium.org/2342203003
Cr-Commit-Position: refs/heads/master@{#419164}
parent f36f4339
...@@ -36,6 +36,9 @@ ImageEditor.Mode.Resize = function() { ...@@ -36,6 +36,9 @@ ImageEditor.Mode.Resize = function() {
/** @private {HTMLElement} */ /** @private {HTMLElement} */
this.heightInputElement_ = null; this.heightInputElement_ = null;
/** @private {HTMLElement} */
this.lockIcon_ = null;
/** @private {number} */ /** @private {number} */
this.ratio_ = 0; this.ratio_ = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment