Update quickstart.hbs

Fix on the fix ;) because a removed new via the Github UI
This commit is contained in:
ThomasG77
2014-01-09 23:04:15 +01:00
parent 923bb3f36c
commit af2fb1ad42
+1 -1
View File
@@ -113,7 +113,7 @@ The `layers: [ ... ]` array is used to define the list of layers available in th
```js ```js
layers: [ layers: [
new ol.layer.Tile({ new ol.layer.Tile({
source: ol.source.MapQuest({layer: 'sat'}) source: new ol.source.MapQuest({layer: 'sat'})
}) })
] ]
``` ```