Skip to content

Commit

Permalink
Modify tests for heatmap.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang Guan committed Nov 6, 2014
1 parent 0a16b7f commit 59ea3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heatmap.js/heatmap-tests.ts
Expand Up @@ -6,7 +6,7 @@ var baseLayer = L.tileLayer(
maxZoom: 18
});

var testData: HeatmapDataObject = {
var testData: HeatmapData = {
max: 8,
data: [
{
Expand Down

0 comments on commit 59ea3f2

Please sign in to comment.