Skip to content

Commit

Permalink
Merge pull request #4080 from fredj/unused-require
Browse files Browse the repository at this point in the history
Remove unused goog.require in examples
  • Loading branch information
fredj committed Sep 3, 2015
2 parents c4d4962 + 2b995fd commit 5760e42
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/vector-labels.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
goog.require('ol.Feature');
goog.require('ol.Map');
goog.require('ol.View');
goog.require('ol.format.GeoJSON');
Expand Down
1 change: 0 additions & 1 deletion examples/wkt.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
goog.require('ol.Feature');
goog.require('ol.Map');
goog.require('ol.View');
goog.require('ol.format.WKT');
Expand Down

0 comments on commit 5760e42

Please sign in to comment.