Lint removal

This commit is contained in:
Tim Schaub
2018-07-16 17:57:57 -06:00
parent f78d0d4cfa
commit d0ab8dce38
63 changed files with 2945 additions and 2917 deletions

View File

@@ -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;