Skip to content

Commit

Permalink
[#2723] initialize _mouseOffset
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher De Cairos committed Nov 2, 2012
1 parent 3d77eaf commit a09c040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/dragndrop.js
Expand Up @@ -709,7 +709,7 @@ define( [ "core/eventmanager", "util/lang", "util/scroll-group" ],
_yOffsetScrollBounds = [],
_draggingPositionOffset = [],
_revert = options.revert,
_mouseOffset,
_mouseOffset = [ 0, 0 ],
_element = element,
_elementRect,
_scrollAmount = options.scrollAmount || DEFAULT_SCROLL_AMOUNT,
Expand Down

0 comments on commit a09c040

Please sign in to comment.