From 908fdbc31146194288678c568c58fd8f932dd06d Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 17 Aug 2017 18:29:42 -0400 Subject: [PATCH] Unused require in examples/d3.js --- examples/d3.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/d3.js b/examples/d3.js index 83d7306f55..69237d5e23 100644 --- a/examples/d3.js +++ b/examples/d3.js @@ -1,5 +1,4 @@ // NOCOMPILE -goog.require('ol'); goog.require('ol.Map'); goog.require('ol.View'); goog.require('ol.extent');