Skip to content

Commit

Permalink
Merge pull request #797 from /issues/792@v2
Browse files Browse the repository at this point in the history
Pointer(press/release) don't work in IE8 #792
  • Loading branch information
Vladimir Varankin committed Jan 16, 2015
2 parents 4486b82 + ba315c7 commit 8fa8beb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $.each({
function eventHandler(e) {
var res, origType = e.handleObj.origType;

if(!e.button) {
if(e.which === 1) {
e.type = spec;
res = $.event.dispatch.apply(this, arguments);
e.type = origType;
Expand Down

0 comments on commit 8fa8beb

Please sign in to comment.