Index: third_party/google_input_tools/third_party/closure_library/closure/goog/math/coordinate.js |
diff --git a/third_party/google_input_tools/third_party/closure_library/closure/goog/math/coordinate.js b/third_party/google_input_tools/third_party/closure_library/closure/goog/math/coordinate.js |
index bfd1d0c02a21b14b43b414beed7374fbc91055ba..798d3851acd152f9a2e22612a2a4cffffde64d08 100644 |
--- a/third_party/google_input_tools/third_party/closure_library/closure/goog/math/coordinate.js |
+++ b/third_party/google_input_tools/third_party/closure_library/closure/goog/math/coordinate.js |
@@ -27,6 +27,7 @@ goog.require('goog.math'); |
* Class for representing coordinates and positions. |
* @param {number=} opt_x Left, defaults to 0. |
* @param {number=} opt_y Top, defaults to 0. |
+ * @struct |
* @constructor |
*/ |
goog.math.Coordinate = function(opt_x, opt_y) { |