diff --git a/src/geometry/Point.js b/src/geometry/Point.js index c0c3faca..742095ad 100644 --- a/src/geometry/Point.js +++ b/src/geometry/Point.js @@ -1,5 +1,5 @@ /* - * CM.Point represents a point with x and y coordinates. + * L.Point represents a point with x and y coordinates. */ L.Point = function(/*Number*/ x, /*Number*/ y, /*Boolean*/ round) {