Skip to content

Commit

Permalink
Merge pull request openlayers#588 from sbrunner/minus
Browse files Browse the repository at this point in the history
use minus sign
  • Loading branch information
sbrunner committed Jul 13, 2012
2 parents af70240 + a45cbfd commit f9cf3a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/OpenLayers/Control/Zoom.js
Original file line number Diff line number Diff line change
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 "".
*/
zoomOutText: "-",
zoomOutText: "",

/**
* APIProperty: zoomOutId
Expand Down

0 comments on commit f9cf3a0

Please sign in to comment.