remove trailing comma

Peter Robins
2013-07-10 07:41:39 -07:00
parent 440330019b
commit 827a1bd7cc
+1 -1
@@ -15,7 +15,7 @@ var layer = new ol.layer.Vector({
source: new ol.source.Vector({
url: 'http://example.com/data',
projection: 'remote-proj', // this will typically come with the data
parser: new ol.parser.GeoJSON(),
parser: new ol.parser.GeoJSON()
})
});
```