Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jul 22, 2014
1 parent 96cab00 commit e593abb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions dist/tablesaw.js
Original file line number Diff line number Diff line change
Expand Up @@ -651,8 +651,7 @@
var originX = ( e.touches || e.originalEvent.touches )[ 0 ].pageX,
originY = ( e.touches || e.originalEvent.touches )[ 0 ].pageY,
x,
y,
drag;
y;

$( this )
.bind( "touchmove", function( e ){
Expand Down
3 changes: 1 addition & 2 deletions src/tables.swipetoggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@
var originX = ( e.touches || e.originalEvent.touches )[ 0 ].pageX,
originY = ( e.touches || e.originalEvent.touches )[ 0 ].pageY,
x,
y,
drag;
y;

$( this )
.bind( "touchmove", function( e ){
Expand Down

0 comments on commit e593abb

Please sign in to comment.