commit | 6bbe197e9c1b6fc38cbdc45e3bf83fa7ced792a3 | [log] [tgz] |
---|---|---|
author | Feng Xiao <xfxyjwf@gmail.com> | Wed Aug 08 17:00:41 2018 -0700 |
committer | Feng Xiao <xfxyjwf@gmail.com> | Wed Aug 08 17:00:41 2018 -0700 |
tree | e575738adf52d24b883cca5e8928a5ded31caba1 | |
parent | e7746f487cb9cca685ffb1b3d7dccc5554b618a4 [diff] [blame] |
Down-integrate from google3.
diff --git a/js/binary/constants.js b/js/binary/constants.js index 21c5889..5c53a36 100644 --- a/js/binary/constants.js +++ b/js/binary/constants.js
@@ -174,7 +174,7 @@ /** * A comparer function returns true if two protos are equal. - * @typedef {!function(?jspb.ConstBinaryMessage, + * @typedef {function(?jspb.ConstBinaryMessage, * ?jspb.ConstBinaryMessage):boolean} */ jspb.ComparerFunction;