From 2fe1cb6ced0c133e286ffe0503eca898e422f8d5 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sat, 28 Apr 2018 15:45:01 -0600 Subject: [PATCH] Add @module annotation for ol/control/util --- src/ol/control/util.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ol/control/util.js b/src/ol/control/util.js index bfb7400c54..a561c6c887 100644 --- a/src/ol/control/util.js +++ b/src/ol/control/util.js @@ -1,3 +1,6 @@ +/** + * @module ol/control/util + */ import Collection from '../Collection.js'; import Attribution from './Attribution.js'; import Rotate from './Rotate.js';