Making map_ protected instead of private.

This commit is contained in:
ahocevar
2012-06-24 11:39:42 +02:00
parent 81577d6dce
commit 0c9b3d1d58
3 changed files with 9 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ ol.control.Control = function(opt_autoActivate) {
/**
* @type {ol.Map} map
* @private
* @protected
*/
this.map_ = null;