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:
Guillaume Beraudo
2017-01-31 09:31:34 +01:00
parent 1c353061fe
commit c16cc286cd
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ ol.VectorTile.prototype.getContext = function() {
/**
* @inheritDoc
* @override
*/
ol.VectorTile.prototype.getImage = function() {
return this.replayState_.renderedTileRevision == -1 ?