Skip to content

Commit

Permalink
add back setting this.dragTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Jan 28, 2014
1 parent 9563ce9 commit d5dbfa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/packery.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ Packery.prototype.itemDragMove = function( elem, x, y ) {

this.clearDragTimeout();

this.dragTimeout = setTimeout( delayed, 40 );
};

Packery.prototype.clearDragTimeout = function() {
Expand Down

0 comments on commit d5dbfa1

Please sign in to comment.