Index: third_party/google_input_tools/third_party/closure_library/closure/goog/math/box.js |
diff --git a/third_party/google_input_tools/third_party/closure_library/closure/goog/math/box.js b/third_party/google_input_tools/third_party/closure_library/closure/goog/math/box.js |
index bae54e4a8400afc8f4726c1be8bf82014d36642e..63ebc0dc92a093d36c4b6bc611e84c84a4f40da3 100644 |
--- a/third_party/google_input_tools/third_party/closure_library/closure/goog/math/box.js |
+++ b/third_party/google_input_tools/third_party/closure_library/closure/goog/math/box.js |
@@ -34,6 +34,7 @@ goog.require('goog.math.Coordinate'); |
* @param {number} right Right. |
* @param {number} bottom Bottom. |
* @param {number} left Left. |
+ * @struct |
* @constructor |
*/ |
goog.math.Box = function(top, right, bottom, left) { |