Small corrections to ol.View docs

This commit is contained in:
Peter Robins
2014-08-12 07:13:10 +00:00
parent 45f24ee097
commit 5247903a4a
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -433,7 +433,7 @@ olx.ViewOptions.prototype.center;
/**
* Rotation constraint. `false` means no constraint. `true` means no constraint,
* but snap to zero near zero. A number constraints the rotation to that number
* but snap to zero near zero. A number constrains the rotation to that number
* of values. For example, `4` will constrain the rotation to 0, 90, 180, and
* 270 degrees. The default is `true`.
* @type {boolean|number|undefined}