Skip to content

Commit

Permalink
Merge pull request #137 from mar000/db2adf524622e863f6cd5b9b7176a2047…
Browse files Browse the repository at this point in the history
…f9edb3a

bug fix in mxn core with (hover was calling setHovericon)
  • Loading branch information
brunob committed May 5, 2012
2 parents 6e6415f + db2adf5 commit 966a674
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/mxn.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,6 @@ Marker.prototype.addData = function(options){
break;
case 'hover':
this.setHover(options.hover);
this.setHoverIcon(options.hoverIcon);
break;
case 'hoverIcon':
this.setHoverIcon(options.hoverIcon);
Expand Down

0 comments on commit 966a674

Please sign in to comment.