summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShigeaki Matsumura <matsu911@gmail.com>2015-02-23 10:25:46 +0900
committerShigeaki Matsumura <matsu911@gmail.com>2015-02-23 10:25:46 +0900
commitfaf43adf1fdecd3e4148f8fe3b7f40f1889207b0 (patch)
treea24882fa7e920e942827b611147c781747c050e4
parent303bb147cb9f2cc598dc180043087a58d5555907 (diff)
downloadmultiple-select-faf43adf1fdecd3e4148f8fe3b7f40f1889207b0.zip
multiple-select-faf43adf1fdecd3e4148f8fe3b7f40f1889207b0.tar.gz
multiple-select-faf43adf1fdecd3e4148f8fe3b7f40f1889207b0.tar.bz2
added 'close' to allowedMethods
-rw-r--r--jquery.multiple.select.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jquery.multiple.select.js b/jquery.multiple.select.js
index 03db7db..492a2ac 100644
--- a/jquery.multiple.select.js
+++ b/jquery.multiple.select.js
@@ -500,7 +500,7 @@
'enable', 'disable',
'checkAll', 'uncheckAll',
'focus', 'blur',
- 'refresh'
+ 'refresh', 'close'
];
this.each(function () {