Skip to content

Commit

Permalink
Fix benchmark (fixes #1436)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Sep 9, 2015
1 parent 1f9029c commit d9848fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bench/fps/site.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var urls = [
'https://api.tiles.mapbox.com/mapbox-gl-js/v0.7.0/mapbox-gl.js',
'https://api.tiles.mapbox.com/mapbox-gl-js/v0.10.0/mapbox-gl.js',
'/debug/mapbox-gl.js',
'https://api.tiles.mapbox.com/mapbox-gl-js/v0.7.0/mapbox-gl.js',
'https://api.tiles.mapbox.com/mapbox-gl-js/v0.10.0/mapbox-gl.js',
'/debug/mapbox-gl.js'
];

Expand All @@ -22,7 +22,7 @@ function setup(state, callback) {
container: 'map',
zoom: 15,
center: [-77.032194, 38.912753],
style: 'https://www.mapbox.com/mapbox-gl-styles/styles/bright-v7.json',
style: 'mapbox://styles/mapbox/bright-v8',
hash: true
});

Expand Down

0 comments on commit d9848fd

Please sign in to comment.