From 65103d5bd069e86ec156b5b2d4d5d433f409a267 Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Thu, 13 Apr 2017 07:51:34 +0200 Subject: [PATCH] Include typedefs.js in example configurations --- doc/tutorials/closure.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/tutorials/closure.md b/doc/tutorials/closure.md index 6e3f26cafd..27f0fea743 100644 --- a/doc/tutorials/closure.md +++ b/doc/tutorials/closure.md @@ -172,6 +172,7 @@ The minimum config file looks like this: "ol.ENABLE_WEBGL=false" ], "js": [ + "node_modules/openlayers/src/ol/typedefs.js", "node_modules/openlayers/externs/olx.js", "node_modules/openlayers/externs/oli.js" ], @@ -223,6 +224,7 @@ Here is a version of `config.json` with more compilation checks enabled: "ol.ENABLE_WEBGL=false" ], "js": [ + "node_modules/openlayers/src/ol/typedefs.js", "node_modules/openlayers/externs/olx.js", "node_modules/openlayers/externs/oli.js" ],