1
0
mirror of synced 2024-11-25 22:36:03 +03:00

Merge pull request #2388 from cnicodeme/patch-1

Update select2.js
This commit is contained in:
Kevin Brown 2014-05-20 09:03:36 -04:00
commit 25f89bf49b

View File

@ -1194,7 +1194,7 @@ the specific language governing permissions and limitations under the Apache Lic
// abstract
opened: function () {
return this.container.hasClass("select2-dropdown-open");
return (this.container) ? this.container.hasClass("select2-dropdown-open") : false;
},
// abstract