From 7c58794b6f0b08c613c79b50e7aa4ef366153774 Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Fri, 2 Sep 2016 11:18:42 +0200 Subject: [PATCH] Require ol in ol.graticule --- src/ol/graticule.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/graticule.js b/src/ol/graticule.js index 53f132c23d..3550ceb849 100644 --- a/src/ol/graticule.js +++ b/src/ol/graticule.js @@ -1,5 +1,6 @@ goog.provide('ol.Graticule'); +goog.require('ol'); goog.require('ol.extent'); goog.require('ol.geom.GeometryLayout'); goog.require('ol.geom.LineString');