Rename source.VectorEvent(*) to source.Vector.Event(*)
This commit is contained in:
+2
-2
@@ -359,10 +359,10 @@ oli.source.Tile.Event.prototype.tile;
|
||||
/**
|
||||
* @interface
|
||||
*/
|
||||
oli.source.VectorEvent = function() {};
|
||||
oli.source.Vector.Event = function() {};
|
||||
|
||||
|
||||
/**
|
||||
* @type {ol.Feature|undefined}
|
||||
*/
|
||||
oli.source.VectorEvent.prototype.feature;
|
||||
oli.source.Vector.Event.prototype.feature;
|
||||
|
||||
Reference in New Issue
Block a user