Add missing instance variable declaration, thanks @elemoine

This commit is contained in:
Tom Payne
2013-01-14 11:13:34 +01:00
parent 3f6e6169af
commit 78e8e34fe6

View File

@@ -117,6 +117,12 @@ ol.renderer.webgl.Map = function(container, map) {
this.canvas_.className = 'ol-unselectable'; this.canvas_.className = 'ol-unselectable';
goog.dom.insertChildAt(container, this.canvas_, 0); goog.dom.insertChildAt(container, this.canvas_, 0);
/**
* @private
* @type {boolean}
*/
this.renderedVisible_ = true;
/** /**
* @private * @private
* @type {ol.Size} * @type {ol.Size}