Merge pull request #7614 from KlausBenndorf/publicThisArgs

Remove opt_this from the API
This commit is contained in:
Tim Schaub
2017-12-19 09:30:54 -08:00
committed by GitHub
18 changed files with 72 additions and 135 deletions

View File

@@ -129,7 +129,7 @@ var OverviewMap = function(opt_options) {
*/
function(layer) {
ovmap.addLayer(layer);
}, this);
}.bind(this));
}
var box = document.createElement('DIV');