Skip to content

Commit

Permalink
Merge pull request openlayers#3260 from fredj/unused-require
Browse files Browse the repository at this point in the history
Remove unused goog.require
  • Loading branch information
fredj committed Feb 20, 2015
2 parents 733167c + 96cb3d3 commit c303739
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ol/source/tilesource.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ goog.provide('ol.source.Tile');
goog.provide('ol.source.TileOptions');

goog.require('goog.events.Event');
goog.require('goog.functions');
goog.require('ol.Attribution');
goog.require('ol.Extent');
goog.require('ol.TileCache');
Expand Down

0 comments on commit c303739

Please sign in to comment.