From af2fb1ad42832faa0c7d864d5f4b807692d009f1 Mon Sep 17 00:00:00 2001 From: ThomasG77 Date: Thu, 9 Jan 2014 23:04:15 +0100 Subject: [PATCH] Update quickstart.hbs Fix on the fix ;) because a removed new via the Github UI --- doc/quickstart.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/quickstart.hbs b/doc/quickstart.hbs index 4649675fef..d3d75f0931 100644 --- a/doc/quickstart.hbs +++ b/doc/quickstart.hbs @@ -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'}) }) ] ```