From 44d9955daeb20e1e1d9eb18cf020ed1feec2af1f Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Thu, 21 Aug 2014 08:34:54 +0100 Subject: [PATCH] Remove link to non-existent ol.ViewOptions --- src/ol/view.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ol/view.js b/src/ol/view.js index 5b6fd62c94..d2488080b7 100644 --- a/src/ol/view.js +++ b/src/ol/view.js @@ -80,7 +80,8 @@ ol.ViewHint = { * So the *resolution constraint* snaps to specific resolutions. It is * determined by the following options: `resolutions`, `maxResolution`, * `maxZoom`, and `zoomFactor`. If `resolutions` is set, the other three - * options are ignored. See {@link ol.ViewOptions} for more information. + * options are ignored. See documentation for each option for more + * information. * * The *rotation constraint* is currently not configurable. It snaps the * rotation value to zero when approaching the horizontal.