Skip to content

Commit

Permalink
fixed bug in drawabox
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Feb 5, 2013
1 parent 68f0675 commit 4aded83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/assets/javascripts/jquery.drawabox.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
mousedown: false,
mousedownPos: { posx: 0, posy: 0 },
currentMouseDragBoxId: "",
maxChildrenReached: maxChildrenCheck(options.maxBoxs, $this),
maxChildrenReached: maxChildrenCheck(options.maxBoxes, $this),
options: options
});

Expand Down

0 comments on commit 4aded83

Please sign in to comment.