Merge pull request #946 from tschaub/control-options

Remove map from ControlOptions.
This commit is contained in:
Tim Schaub
2013-09-02 05:40:45 -07:00
15 changed files with 10 additions and 38 deletions

View File

@@ -51,7 +51,6 @@ ol.control.FullScreen = function(opt_options) {
goog.base(this, {
element: element,
map: options.map,
target: options.target
});