fix linter errors
This commit is contained in:
@@ -2,13 +2,15 @@
|
||||
|
||||
goog.provide('ol.MapRenderer');
|
||||
|
||||
goog.require('goog.events');
|
||||
goog.require('goog.Disposable');
|
||||
goog.require('goog.events');
|
||||
goog.require('goog.fx.anim');
|
||||
goog.require('goog.fx.anim.Animated');
|
||||
goog.require('ol.Map');
|
||||
goog.require('ol.MapProperty');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {goog.Disposable}
|
||||
@@ -122,7 +124,7 @@ ol.MapRenderer.prototype.forEachReadyVisibleLayer = function(f, opt_obj) {
|
||||
|
||||
|
||||
/**
|
||||
* @return {ol.Map}
|
||||
* @return {ol.Map} Map.
|
||||
*/
|
||||
ol.MapRenderer.prototype.getMap = function() {
|
||||
return this.map;
|
||||
@@ -341,6 +343,7 @@ ol.MapRenderer.prototype.unfreezeRendering = function() {
|
||||
};
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
* @implements {goog.fx.anim.Animated}
|
||||
|
||||
Reference in New Issue
Block a user