Making map_ protected instead of private.
This commit is contained in:
@@ -23,7 +23,7 @@ ol.control.Control = function(opt_autoActivate) {
|
||||
|
||||
/**
|
||||
* @type {ol.Map} map
|
||||
* @private
|
||||
* @protected
|
||||
*/
|
||||
this.map_ = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user