Skip to content

Commit

Permalink
Remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
freakdesign committed Apr 29, 2014
1 parent f72c9a5 commit c100439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.glide.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@
this.parent.on({
'touchstart MSPointerDown': $.proxy(this.events.touchstart, this),
'touchmove MSPointerMove': $.proxy(this.events.touchmove, this),
'touchend MSPointerUp': $.proxy(this.events.touchend, this),
'touchend MSPointerUp': $.proxy(this.events.touchend, this)
});
}

Expand Down

0 comments on commit c100439

Please sign in to comment.