Remove map from control options

This commit is contained in:
Tim Schaub
2013-08-30 14:59:21 -06:00
parent 29317c3316
commit b479909e25
13 changed files with 6 additions and 31 deletions

View File

@@ -45,10 +45,6 @@ ol.control.Control = function(options) {
*/
this.listenerKeys = [];
if (goog.isDef(options.map)) {
this.setMap(options.map);
}
};
goog.inherits(ol.control.Control, ol.Object);