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

Commit

Permalink
removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
TeKrop committed Aug 27, 2015
1 parent 4277a82 commit bdab1af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions dist/cursoranim.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,7 @@ var CursorAnim = (function() {
var customDuration = parseInt(options.duration) || animationDuration;
var customEasing = options.easing || animationEasing;

// we will store the last left and top values for each
// time we go into the loop, for the step function
var lastLeft = cursor.offset().left;
var lastTop = cursor.offset().top;
// variables in which we store the destination coordinates
var destinationLeft = null;
var destinationTop = null;

Expand Down
2 changes: 1 addition & 1 deletion dist/cursoranim.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bdab1af

Please sign in to comment.