Correct spelling in documentation. Non functional change.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12199 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -45,7 +45,7 @@ OpenLayers.Size = OpenLayers.Class({
|
||||
*
|
||||
* 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);
|
||||
|
||||
Reference in New Issue
Block a user