Rename _ol_render_ReplayGroup_ to ReplayGroup
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* @constructor
|
||||
* @abstract
|
||||
*/
|
||||
const _ol_render_ReplayGroup_ = function() {};
|
||||
const ReplayGroup = function() {};
|
||||
|
||||
|
||||
/**
|
||||
@@ -15,12 +15,12 @@ const _ol_render_ReplayGroup_ = function() {};
|
||||
* @param {ol.render.ReplayType} replayType Replay type.
|
||||
* @return {ol.render.VectorContext} Replay.
|
||||
*/
|
||||
_ol_render_ReplayGroup_.prototype.getReplay = function(zIndex, replayType) {};
|
||||
ReplayGroup.prototype.getReplay = function(zIndex, replayType) {};
|
||||
|
||||
|
||||
/**
|
||||
* @abstract
|
||||
* @return {boolean} Is empty.
|
||||
*/
|
||||
_ol_render_ReplayGroup_.prototype.isEmpty = function() {};
|
||||
export default _ol_render_ReplayGroup_;
|
||||
ReplayGroup.prototype.isEmpty = function() {};
|
||||
export default ReplayGroup;
|
||||
|
||||
Reference in New Issue
Block a user