Prefer @override in the case there is no other annotations
See https://github.com/google/closure-compiler/wiki/Annotating-JavaScript-for-the-Closure-Compiler#override
This commit is contained in:
@@ -88,7 +88,7 @@ ol.VectorTile.prototype.getContext = function() {
|
||||
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
* @override
|
||||
*/
|
||||
ol.VectorTile.prototype.getImage = function() {
|
||||
return this.replayState_.renderedTileRevision == -1 ?
|
||||
|
||||
Reference in New Issue
Block a user