Do not "export" ol.render.Event#replayGroup

This commit is contained in:
Éric Lemoine
2014-06-26 14:11:43 +02:00
parent 6cf4c95762
commit b25e577865

View File

@@ -55,7 +55,6 @@ ol.render.Event = function(
/** /**
* @type {ol.render.IReplayGroup|undefined} * @type {ol.render.IReplayGroup|undefined}
* @todo api
*/ */
this.replayGroup = opt_replayGroup; this.replayGroup = opt_replayGroup;