Skip to content

Commit

Permalink
fix typo in explanation of _fixUIEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Feb 7, 2012
1 parent ce082b3 commit 38ef267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/HoverListener.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function HoverListener(coordinateGrid) {

// this fix was only necessary for jQuery UI 1.8.16 (and jQuery 1.7 or 1.7.1)
// upgrading to jQuery UI 1.8.17 (and using either jQuery 1.7 or 1.7.1) fixed the problem
// but keep this in here for 1.8.17 users
// but keep this in here for 1.8.16 users
// and maybe remove it down the line

function _fixUIEvent(event) { // for issue 1168
Expand Down

0 comments on commit 38ef267

Please sign in to comment.