Skip to content

Commit 7249510

Browse files
committed
Using the safe unicode representation of the minus sign.
No functional change; see openlayers#588.
1 parent c786952 commit 7249510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/OpenLayers/Control/Zoom.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ OpenLayers.Control.Zoom = OpenLayers.Class(OpenLayers.Control, {
3737
/**
3838
* APIProperty: zoomOutText
3939
* {String}
40-
* Text for zoom-out link. Default is "".
40+
* Text for zoom-out link. Default is "\u2212".
4141
*/
42-
zoomOutText: "",
42+
zoomOutText: "\u2212",
4343

4444
/**
4545
* APIProperty: zoomOutId

0 commit comments

Comments
 (0)