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
+1 -2
View File
@@ -91,8 +91,7 @@ ol.control.ZoomSlider = function(opt_options) {
], this.handleContainerClick_, false, this);
goog.base(this, {
element: element,
map: options.map
element: element
});
};
goog.inherits(ol.control.ZoomSlider, ol.control.Control);