Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: third_party/google_input_tools/third_party/closure_library/closure/goog/a11y/aria/datatables.js

Issue 1257313003: Update Google Input Tools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Free up grd resources. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698