Remove unnecessary require

This commit is contained in:
Tim Schaub
2017-12-11 13:13:20 -07:00
parent f8b59fe3d7
commit 6a1699cfd9

View File

@@ -1,4 +1,3 @@
goog.require('ol');
goog.require('ol.Map');
goog.require('ol.View');
goog.require('ol.control.ScaleLine');