Remove unneeded type cast from examples

This commit is contained in:
Frederic Junod
2017-11-22 10:44:37 +01:00
parent 5d71dde8dd
commit 8aa591c04d
31 changed files with 63 additions and 64 deletions

View File

@@ -15,9 +15,9 @@ var map = new ol.Map({
],
target: 'map',
controls: ol.control.defaults({
attributionOptions: /** @type {olx.control.AttributionOptions} */ ({
attributionOptions: {
collapsible: false
})
}
}),
view: new ol.View({
center: [0, 0],