Skip to content

Commit

Permalink
changed stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
timmysiauw committed Dec 13, 2016
1 parent 2b7b3ed commit 8ede911
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modemap.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@ var modemap = function() {

layer.gh_val = content[i][val_col]

layer.on({"mouseover": function() {
layer.on("mouseover", function(e) {
console.log("this happened")
console.log(this.gh_val)
})

Expand Down

0 comments on commit 8ede911

Please sign in to comment.