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:
@@ -1,7 +1,6 @@
|
||||
goog.provide('ol.geom.flat.geodesic');
|
||||
|
||||
goog.require('goog.asserts');
|
||||
goog.require('ol.TransformFunction');
|
||||
goog.require('ol.math');
|
||||
goog.require('ol.proj');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user