[OpenLayers-Commits] r12199 -
trunk/openlayers/lib/OpenLayers/BaseTypes
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Fri Jul 29 05:38:02 EDT 2011
Author: marcjansen
Date: 2011-07-29 02:38:02 -0700 (Fri, 29 Jul 2011)
New Revision: 12199
Modified:
trunk/openlayers/lib/OpenLayers/BaseTypes/Size.js
Log:
Correct spelling in documentation. Non functional change.
Modified: trunk/openlayers/lib/OpenLayers/BaseTypes/Size.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/BaseTypes/Size.js 2011-07-29 09:36:35 UTC (rev 12198)
+++ trunk/openlayers/lib/OpenLayers/BaseTypes/Size.js 2011-07-29 09:38:02 UTC (rev 12199)
@@ -45,7 +45,7 @@
*
* Returns:
* {String} The string representation of OpenLayers.Size object.
- * (ex. <i>"w=55,h=66"</i>)
+ * (e.g. <i>"w=55,h=66"</i>)
*/
toString:function() {
return ("w=" + this.w + ",h=" + this.h);
More information about the Commits
mailing list