Skip to content

Commit

Permalink
Using the safe unicode representation of the minus sign.
Browse files Browse the repository at this point in the history
No functional change; see #588.
  • Loading branch information
ahocevar committed Jul 20, 2012
1 parent c786952 commit 7249510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/OpenLayers/Control/Zoom.js
Expand Up @@ -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
Expand Down

0 comments on commit 7249510

Please sign in to comment.