Skip to content

Commit

Permalink
Make jshint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjones2 committed Jan 25, 2015
1 parent 996a9fb commit 26a1bb1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/kibana/components/config/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@ define(function (require) {
},
'visualization:tileMap:url': {
value: 'http://otile{s}.mqcdn.com/tiles/1.0.0/map/{z}/{x}/{y}.jpeg',
description: 'URL of mapping provider, see <a href="http://leafletjs.com/reference.html#tilelayer">leafletjs reference</a> or <a href="http://leaflet-extras.github.io/leaflet-providers/preview/">provider demos</a>'
description: 'URL of mapping provider, see <a href="http://leafletjs.com/reference.html#tilelayer">leafletjs reference</a>' +
' or <a href="http://leaflet-extras.github.io/leaflet-providers/preview/">provider demos</a>'
},
'visualization:tileMap:options': {
value: null,
description: 'TileLayer options, see <a href="http://leafletjs.com/reference.html#tilelayer">leafletjs reference</a> or <a href="http://leaflet-extras.github.io/leaflet-providers/preview/">provider demos</a>',
description: 'TileLayer options, see <a href="http://leafletjs.com/reference.html#tilelayer">leafletjs reference</a>' +
' or <a href="http://leaflet-extras.github.io/leaflet-providers/preview/">provider demos</a>',
type: 'json'
},
'csv:separator': {
Expand Down

0 comments on commit 26a1bb1

Please sign in to comment.