exposed open/close as public. issue #27
This commit is contained in:
parent
578a8cb0da
commit
654d1bd3b2
1 changed files with 1 additions and 1 deletions
|
@ -1379,7 +1379,7 @@
|
|||
var args = Array.prototype.slice.call(arguments, 0),
|
||||
opts,
|
||||
select2,
|
||||
value, multiple, allowedMethods = ["val", "destroy"];
|
||||
value, multiple, allowedMethods = ["val", "destroy", "open", "close"];
|
||||
|
||||
this.each(function () {
|
||||
if (args.length === 0 || typeof(args[0]) === "object") {
|
||||
|
|
Loading…
Add table
Reference in a new issue