Skip to content

Commit

Permalink
Merge pull request #525 from incrop/incrop.i-ua_interaction-fix
Browse files Browse the repository at this point in the history
Fix for i-ua_interaction_yes
  • Loading branch information
tadatuta committed Jun 10, 2014
2 parents cdab9c9 + 45f8dbe commit 1fecdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks-common/i-ua/_interaction/i-ua_interaction_yes.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
this.interaction = 'pointer';
this.domElem.attr('data-interaction', 'pointer');

this.unbindFrom('mousedown', this._onPointer);
this.unbindFrom('mousedown');
},

/**
Expand Down

0 comments on commit 1fecdcf

Please sign in to comment.