Index: third_party/google_input_tools/third_party/closure_library/closure/goog/a11y/aria/datatables.js |
diff --git a/third_party/google_input_tools/third_party/closure_library/closure/goog/a11y/aria/datatables.js b/third_party/google_input_tools/third_party/closure_library/closure/goog/a11y/aria/datatables.js |
index 05e2fb9e5e2dfc02e4a1e990a2cc411ce67cf846..f1ba566df8bfade72328047b93c8133bb589c04c 100644 |
--- a/third_party/google_input_tools/third_party/closure_library/closure/goog/a11y/aria/datatables.js |
+++ b/third_party/google_input_tools/third_party/closure_library/closure/goog/a11y/aria/datatables.js |
@@ -31,7 +31,7 @@ goog.require('goog.object'); |
* A map that contains mapping between an ARIA state and the default value |
* for it. Note that not all ARIA states have default values. |
* |
- * @type {Object.<!(goog.a11y.aria.State|string), (string|boolean|number)>} |
+ * @type {Object<!(goog.a11y.aria.State|string), (string|boolean|number)>} |
*/ |
goog.a11y.aria.DefaultStateValueMap_; |
@@ -40,7 +40,7 @@ goog.a11y.aria.DefaultStateValueMap_; |
* A method that creates a map that contains mapping between an ARIA state and |
* the default value for it. Note that not all ARIA states have default values. |
* |
- * @return {!Object.<!(goog.a11y.aria.State|string), (string|boolean|number)>} |
+ * @return {!Object<!(goog.a11y.aria.State|string), (string|boolean|number)>} |
* The names for each of the notification methods. |
*/ |
goog.a11y.aria.datatables.getDefaultValuesMap = function() { |