From 83e00269b7c4134dda37904534fc6be76d103e35 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Thu, 17 May 2018 18:19:14 -0500 Subject: [PATCH] Document ol/control~defaults in the right place --- src/ol/control/util.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/control/util.js b/src/ol/control/util.js index a561c6c887..6f3a0f0aa4 100644 --- a/src/ol/control/util.js +++ b/src/ol/control/util.js @@ -36,6 +36,7 @@ import Zoom from './Zoom.js'; * Defaults options. * @return {module:ol/Collection.} * Controls. + * @function module:ol/control.defaults * @api */ export function defaults(opt_options) {