Index: third_party/google_input_tools/src/chrome/os/inputview/elements/content/backspacekey.js |
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/elements/content/backspacekey.js b/third_party/google_input_tools/src/chrome/os/inputview/elements/content/backspacekey.js |
index c81c3ab01ce0b35284c65845ecc8d74174471c15..2c4e3446400a2e455809d03303dbcb63fa5265f9 100644 |
--- a/third_party/google_input_tools/src/chrome/os/inputview/elements/content/backspacekey.js |
+++ b/third_party/google_input_tools/src/chrome/os/inputview/elements/content/backspacekey.js |
@@ -19,11 +19,13 @@ goog.require('i18n.input.chrome.inputview.elements.content.FunctionalKey'); |
goog.scope(function() { |
+ |
+ |
/** |
* The backspace key. |
* |
* @param {string} id The id. |
- * @param {!i18n.input.chrome.inputview.elements.ElementType} type The element |
+ * @param {!i18n.input.chrome.ElementType} type The element |
* type. |
* @param {string} text The text. |
* @param {string} iconCssClass The css class for the icon. |
@@ -41,6 +43,6 @@ i18n.input.chrome.inputview.elements.content.BackspaceKey = function(id, type, |
this.pointerConfig.longPressDelay = 300; |
}; |
goog.inherits(i18n.input.chrome.inputview.elements.content.BackspaceKey, |
- i18n.input.chrome.inputview.elements.content.FunctionalKey); |
+ i18n.input.chrome.inputview.elements.content.FunctionalKey); |
}); // goog.scope |