Remove unused goog.requires() from the examples (minus MVT examples)

This commit is contained in:
Tim Schaub
2016-08-07 18:12:20 -06:00
parent 123605f21b
commit 29990abc7e
20 changed files with 0 additions and 21 deletions

View File

@@ -1,6 +1,5 @@
// NOCOMPILE
// this example uses JSTS for which we don't have an externs file.
goog.require('ol.Feature');
goog.require('ol.Map');
goog.require('ol.View');
goog.require('ol.format.GeoJSON');