Rename source.VectorEvent(*) to source.Vector.Event(*)

This commit is contained in:
Marc Jansen
2016-09-02 14:29:15 +02:00
parent e962b6f801
commit 02c1e78412
5 changed files with 62 additions and 63 deletions
+2 -2
View File
@@ -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;