Skip to content

Commit

Permalink
Merge pull request #798 from /issues/792@v3
Browse files Browse the repository at this point in the history
Pointer(press/release) don't work in IE8 #792
  • Loading branch information
hcodes committed Jan 16, 2015
2 parents d1f6f67 + fd6bb59 commit aca2fef
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 aca2fef

Please sign in to comment.