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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user