Merge pull request #4080 from fredj/unused-require

Remove unused goog.require in examples
This commit is contained in:
Frédéric Junod
2015-09-03 18:53:47 +02:00
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -1,4 +1,3 @@
goog.require('ol.Feature');
goog.require('ol.Map');
goog.require('ol.View');
goog.require('ol.format.GeoJSON');
-1
View File
@@ -1,4 +1,3 @@
goog.require('ol.Feature');
goog.require('ol.Map');
goog.require('ol.View');
goog.require('ol.format.WKT');