Fix gjslint errors

This commit is contained in:
Tom Payne
2012-07-10 21:01:00 +02:00
committed by Tom Payne
parent cf9a41f77e
commit 133f6199f7
3 changed files with 6 additions and 4 deletions

View File

@@ -56,9 +56,9 @@ ol.TileStore.createOpenStreetMap = function() {
var tileGrid = ol.TileGrid.createOpenStreetMap(18);
var tileUrlFunction = ol.TileUrlFunction.createFromTemplates([
'http://a.tile.openstreetmap.org/{z}/{x}/{y}.png',
'http://b.tile.openstreetmap.org/{z}/{x}/{y}.png',
'http://c.tile.openstreetmap.org/{z}/{x}/{y}.png'
'http://a.tile.openstreetmap.org/{z}/{x}/{y}.png',
'http://b.tile.openstreetmap.org/{z}/{x}/{y}.png',
'http://c.tile.openstreetmap.org/{z}/{x}/{y}.png'
]);
var crossOrigin = '';