Remove unneeded goog.provides/requires for typedefs

In general, typedefs do not need and should not have goog.require/provide
This commit is contained in:
Peter Robins
2016-05-04 12:05:41 +00:00
parent e94939d01b
commit f57065c412
65 changed files with 1 additions and 94 deletions

View File

@@ -168,6 +168,5 @@ describe('ol.source.UrlTile', function() {
});
goog.require('ol.TileCoord');
goog.require('ol.proj');
goog.require('ol.source.UrlTile');

View File

@@ -179,5 +179,4 @@ describe('ol.source.XYZ', function() {
});
goog.require('ol.TileCoord');
goog.require('ol.source.XYZ');

View File

@@ -113,6 +113,5 @@ describe('ol.TileCoord', function() {
});
goog.require('ol.TileCoord');
goog.require('ol.tilecoord');
goog.require('ol.tilegrid.TileGrid');

View File

@@ -1077,7 +1077,6 @@ describe('ol.tilegrid.TileGrid', function() {
});
});
goog.require('ol.Coordinate');
goog.require('ol.extent');
goog.require('ol.extent.Corner');
goog.require('ol.proj');

View File

@@ -127,5 +127,4 @@ describe('ol.TileRange', function() {
});
goog.require('ol.TileCoord');
goog.require('ol.TileRange');

View File

@@ -105,6 +105,5 @@ describe('ol.TileUrlFunction', function() {
});
goog.require('ol.TileCoord');
goog.require('ol.TileUrlFunction');
goog.require('ol.tilegrid.TileGrid');