diff --git a/dist/tablesaw.js b/dist/tablesaw.js index 4d77191..260d169 100644 --- a/dist/tablesaw.js +++ b/dist/tablesaw.js @@ -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 ){ diff --git a/src/tables.swipetoggle.js b/src/tables.swipetoggle.js index 7b31b48..2091f96 100644 --- a/src/tables.swipetoggle.js +++ b/src/tables.swipetoggle.js @@ -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 ){