Merge pull request #7578 from tschaub/undeprecated

Remove deprecated functionality from 4.x
This commit is contained in:
Tim Schaub
2017-12-13 05:31:51 -07:00
committed by GitHub
18 changed files with 52 additions and 980 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ _ol_control_Attribution_.prototype.getSourceAttributions_ = function(frameState)
continue;
}
var attributionGetter = source.getAttributions2();
var attributionGetter = source.getAttributions();
if (!attributionGetter) {
continue;
}