Skip to content

Commit 04485a3

Browse files
committed
Fix for issue #628
1 parent 772d2de commit 04485a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.multiselect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@
406406
});
407407

408408
// close each widget when clicking on any other element/anywhere else on the page
409-
$doc.bind('mousedown.' + this._namespaceID, function(event) {
409+
$doc.bind('mousedown.' + self._namespaceID, function(event) {
410410
var target = event.target;
411411

412412
if(self._isOpen

0 commit comments

Comments
 (0)