Skip to content

Commit

Permalink
Remove unused and invalid variable name (Bug #13593).
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Sep 23, 2014
1 parent ce6b8fa commit a2e48c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kronolith/js/dragdrop2.js
Expand Up @@ -303,7 +303,7 @@ Drag = Class.create({

_mouseMove: function(e)
{
var go, eo, po, xy, p, delta, int;
var go, eo, po, xy, p, delta;

if (++this.move <= this.options.threshold) {
return;
Expand Down

0 comments on commit a2e48c0

Please sign in to comment.