| Index: third_party/google_input_tools/third_party/closure_library/closure/goog/labs/useragent/util.js
|
| diff --git a/third_party/google_input_tools/third_party/closure_library/closure/goog/labs/useragent/util.js b/third_party/google_input_tools/third_party/closure_library/closure/goog/labs/useragent/util.js
|
| index c3665c3de0ff865e42a3acdbd7ae475ed1b5d82a..ebba9b540c2e75c2398b617bf7849ff41b06e44d 100644
|
| --- a/third_party/google_input_tools/third_party/closure_library/closure/goog/labs/useragent/util.js
|
| +++ b/third_party/google_input_tools/third_party/closure_library/closure/goog/labs/useragent/util.js
|
| @@ -16,12 +16,6 @@
|
| * @fileoverview Utilities used by goog.labs.userAgent tools. These functions
|
| * should not be used outside of goog.labs.userAgent.*.
|
| *
|
| - * @visibility {//closure/goog/bin/sizetests:__pkg__}
|
| - * @visibility {//closure/goog/dom:__subpackages__}
|
| - * @visibility {//closure/goog/style:__pkg__}
|
| - * @visibility {//closure/goog/testing:__pkg__}
|
| - * @visibility {//closure/goog/useragent:__subpackages__}
|
| - * @visibility {//testing/puppet/modules:__pkg__} *
|
| *
|
| * @author nnaze@google.com (Nathan Naze)
|
| */
|
| @@ -114,7 +108,7 @@ goog.labs.userAgent.util.matchUserAgentIgnoreCase = function(str) {
|
| /**
|
| * Parses the user agent into tuples for each section.
|
| * @param {string} userAgent
|
| - * @return {!Array.<!Array.<string>>} Tuples of key, version, and the contents
|
| + * @return {!Array<!Array<string>>} Tuples of key, version, and the contents
|
| * of the parenthetical.
|
| */
|
| goog.labs.userAgent.util.extractVersionTuples = function(userAgent) {
|
|
|