Update quickstart.hbs
Fix on the fix ;) because a removed new via the Github UI
This commit is contained in:
@@ -113,7 +113,7 @@ The `layers: [ ... ]` array is used to define the list of layers available in th
|
||||
```js
|
||||
layers: [
|
||||
new ol.layer.Tile({
|
||||
source: ol.source.MapQuest({layer: 'sat'})
|
||||
source: new ol.source.MapQuest({layer: 'sat'})
|
||||
})
|
||||
]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user