Skip to content

Commit

Permalink
update typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrins committed May 6, 2013
1 parent 344d827 commit 26b7fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spectrum.js
Original file line number Diff line number Diff line change
Expand Up @@ -820,8 +820,8 @@
var duringDragEvents = {};
duringDragEvents["selectstart"] = prevent;
duringDragEvents["dragstart"] = prevent;
duringDragEvents["touchmove mousemove")] = move;
duringDragEvents["touchend mouseup")] = stop;
duringDragEvents["touchmove mousemove"] = move;
duringDragEvents["touchend mouseup"] = stop;

function prevent(e) {
if (e.stopPropagation) {
Expand Down

0 comments on commit 26b7fe0

Please sign in to comment.