From bbd08bec034602dd4726f2abc298c1e7d788c23b Mon Sep 17 00:00:00 2001 From: Mike S Date: Tue, 4 Jun 2013 10:09:49 -0700 Subject: [PATCH] Restoring allowedMethod container --- select2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select2.js b/select2.js index 413572c5..4d2ec19d 100644 --- a/select2.js +++ b/select2.js @@ -3034,7 +3034,7 @@ the specific language governing permissions and limitations under the Apache Lic opts, select2, value, multiple, - allowedMethods = ["val", "destroy", "opened", "open", "close", "focus", "isFocused", "container", "onSortStart", "onSortEnd", "enable", "readonly", "positionDropdown", "data", "search"], + allowedMethods = ["val", "destroy", "opened", "open", "close", "focus", "isFocused", "container", "dropdown", "onSortStart", "onSortEnd", "enable", "readonly", "positionDropdown", "data", "search"], valueMethods = ["val", "opened", "isFocused", "container", "data"]; this.each(function () {