Skip to content

Commit

Permalink
Fix for exception on every page click
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Starostin authored and tadatuta committed Jun 17, 2014
1 parent f2c1aae commit 801ed9f
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 801ed9f

Please sign in to comment.