Unused require in examples/d3.js

This commit is contained in:
Tim Schaub
2017-08-17 18:29:42 -04:00
parent 83f87a1f1e
commit 908fdbc311

1
examples/d3.js vendored
View File

@@ -1,5 +1,4 @@
// NOCOMPILE
goog.require('ol');
goog.require('ol.Map');
goog.require('ol.View');
goog.require('ol.extent');