Skip to content

Commit

Permalink
Remove touchscreen device special case - see Issue #148
Browse files Browse the repository at this point in the history
  • Loading branch information
jamietre committed Jun 19, 2013
2 parents 128ae41 + ad1d379 commit c0bf7bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/jquery.imagemapster.js
Original file line number Diff line number Diff line change
Expand Up @@ -2695,7 +2695,7 @@ A jQuery plugin to enhance image maps.
me.activeAreaEvent=0;
}
if (delay<0) {
deferred.resolve();
deferred.reject();
} else {
if (area.owner.currentAction || delay) {
me.activeAreaEvent = window.setTimeout((function() {
Expand Down
Loading

0 comments on commit c0bf7bb

Please sign in to comment.