Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
timmysiauw committed Dec 20, 2019
1 parent 8bff61f commit 16775f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modemap.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ var modemap = function() {
var map = mapping.init(map_id, center, default_zoom)

for (var i=0; i<content.length; i++) {
row_fun(map, content, idx)
row_fun(map, content, i)
}

return map
Expand Down

0 comments on commit 16775f0

Please sign in to comment.