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,5 @@
|
||||
goog.provide('ol.Kinetic');
|
||||
|
||||
goog.require('ol.Coordinate');
|
||||
goog.require('ol.PreRenderFunction');
|
||||
goog.require('ol.animation');
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user