Skip to content

Commit

Permalink
Update quickstart.hbs
Browse files Browse the repository at this point in the history
Fix on the fix ;) because a removed new via the Github UI
  • Loading branch information
ThomasG77 committed Jan 9, 2014
1 parent 923bb3f commit af2fb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/quickstart.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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'})
})
]
```
Expand Down

0 comments on commit af2fb1a

Please sign in to comment.