This commit is contained in:
mourner 2010-09-21 15:59:19 +03:00
parent f9f8b81195
commit 40f2b081e8

View File

@ -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) {