diff --git a/select2.js b/select2.js index abc23ed4..57151ff4 100644 --- a/select2.js +++ b/select2.js @@ -645,7 +645,7 @@ the specific language governing permissions and limitations under the Apache Lic select2.opts.element .removeData("select2") .unbind(".select2") - .attr("tabIndex", this.elementTabIndex) + .attr({"tabIndex": this.elementTabIndex}) .show(); } },