From 9d409c800ff18eecb7879a573379ce146acc99b8 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Mon, 29 Jan 2018 17:03:45 +0100 Subject: [PATCH] Temporarily create an ol namespace for typedefs --- src/ol/typedefs.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ol/typedefs.js b/src/ol/typedefs.js index 01115f37da..ae88f335a9 100644 --- a/src/ol/typedefs.js +++ b/src/ol/typedefs.js @@ -2,7 +2,8 @@ * @module ol/typedefs */ -/* global ol:false */ +//FIXME Remove when reworking typedefs, export typedefs as variables instead +const ol = {}; /** * File for all typedefs used by the compiler, and referenced by JSDoc.