| Index: third_party/google_input_tools/src/chrome/os/inputview/elements/element.js
|
| diff --git a/third_party/google_input_tools/src/chrome/os/inputview/elements/element.js b/third_party/google_input_tools/src/chrome/os/inputview/elements/element.js
|
| index 48e7f8ba9bf325e65273e8175d70d6cd2bc20785..6060997622ad59d229984552472be2f57ef0b2a3 100644
|
| --- a/third_party/google_input_tools/src/chrome/os/inputview/elements/element.js
|
| +++ b/third_party/google_input_tools/src/chrome/os/inputview/elements/element.js
|
| @@ -29,7 +29,7 @@ goog.scope(function() {
|
| * The abstract class for element in input view keyboard.
|
| *
|
| * @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 {goog.events.EventTarget=} opt_eventTarget The event target.
|
| * @constructor
|
| @@ -50,7 +50,7 @@ i18n.input.chrome.inputview.elements.Element = function(id, type,
|
| /**
|
| * The type of the element.
|
| *
|
| - * @type {!i18n.input.chrome.inputview.elements.ElementType}
|
| + * @type {!i18n.input.chrome.ElementType}
|
| */
|
| this.type = type;
|
|
|
|
|