Allow map renderers access to target.

This commit is contained in:
Tim Schaub
2012-06-21 12:26:51 +02:00
parent 56456ec878
commit 5da8fc8d49

View File

@@ -8,7 +8,7 @@ ol.renderer.MapRenderer = function(target) {
/**
* @type !Element
* @private
* @protected
*/
this.target_ = target;