Lint free examples

This commit is contained in:
Tim Schaub
2016-01-09 16:31:58 -07:00
parent 0555bb081a
commit 8c38d22b60
64 changed files with 429 additions and 489 deletions

View File

@@ -12,7 +12,7 @@ goog.require('ol.source.MapQuest');
* @return {ol.Map} The ol.Map instance.
*/
var createMap = function(divId) {
var source, layer, map, zoomslider, resolutions;
var source, layer, map, zoomslider;
source = new ol.source.MapQuest({layer: 'sat'});
layer = new ol.layer.Tile({