Skip to content

Commit

Permalink
returned the _touchEndDelegate
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Furfero committed Oct 28, 2010
1 parent a0ef699 commit 2266e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.ui.touch-punch.js
Expand Up @@ -65,7 +65,7 @@

self._touchEndDelegate = function(event) {
return self._mouseUp(makeMouseEvent(event));
};
};

$(document)
.bind('touchmove.' + self.widgetName, self._touchMoveDelegate)
Expand Down

0 comments on commit 2266e88

Please sign in to comment.