diff --git a/select2.js b/select2.js index 843a0131..56645782 100755 --- a/select2.js +++ b/select2.js @@ -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") {