Lint removal
This commit is contained in:
@@ -7,19 +7,19 @@
|
||||
* @abstract
|
||||
*/
|
||||
class ReplayGroup {
|
||||
/**
|
||||
/**
|
||||
* @abstract
|
||||
* @param {number|undefined} zIndex Z index.
|
||||
* @param {module:ol/render/ReplayType} replayType Replay type.
|
||||
* @return {module:ol/render/VectorContext} Replay.
|
||||
*/
|
||||
getReplay(zIndex, replayType) {}
|
||||
getReplay(zIndex, replayType) {}
|
||||
|
||||
/**
|
||||
/**
|
||||
* @abstract
|
||||
* @return {boolean} Is empty.
|
||||
*/
|
||||
isEmpty() {}
|
||||
isEmpty() {}
|
||||
}
|
||||
|
||||
export default ReplayGroup;
|
||||
|
||||
Reference in New Issue
Block a user