[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
fix unintended global "addData"
Browse files Browse the repository at this point in the history
  • Loading branch information
sghall committed Jan 16, 2015
1 parent 6a78c55 commit efdda0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion globe/globe.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ DAT.Globe = function(container, opts) {
}, false);
}

addData = function(data, opts) {
function addData(data, opts) {
var lat, lng, size, color, i, step, colorFnWrapper;

opts.animated = opts.animated || false;
Expand Down

0 comments on commit efdda0c

Please sign in to comment.