summaryrefslogtreecommitdiffstats
path: root/third_party/google_input_tools/src/chrome/os/inputview/elements/content/softkey.js
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/google_input_tools/src/chrome/os/inputview/elements/content/softkey.js')
-rw-r--r--third_party/google_input_tools/src/chrome/os/inputview/elements/content/softkey.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/elements/content/softkey.js b/third_party/google_input_tools/src/chrome/os/inputview/elements/content/softkey.js
index 8debbc4..266c9b7 100644
--- a/third_party/google_input_tools/src/chrome/os/inputview/elements/content/softkey.js
+++ b/third_party/google_input_tools/src/chrome/os/inputview/elements/content/softkey.js
@@ -100,8 +100,7 @@ SoftKey.prototype.createDom = function() {
/** @override */
-SoftKey.prototype.resize = function(width,
- height) {
+SoftKey.prototype.resize = function(width, height) {
goog.base(this, 'resize', width, height);
var elem = this.getElement();