Using the safe unicode representation of the minus sign.

No functional change; see #588.
This commit is contained in:
ahocevar
2012-07-20 09:41:42 +02:00
parent c786952219
commit 7249510553

View File

@@ -37,9 +37,9 @@ OpenLayers.Control.Zoom = OpenLayers.Class(OpenLayers.Control, {
/**
* APIProperty: zoomOutText
* {String}
* Text for zoom-out link. Default is "".
* Text for zoom-out link. Default is "\u2212".
*/
zoomOutText: "",
zoomOutText: "\u2212",
/**
* APIProperty: zoomOutId