1
0
mirror of synced 2024-11-26 14:56:07 +03:00

use a form of attr that will always set the value. fixes #810

This commit is contained in:
Igor Vaynberg 2013-02-06 14:02:15 -08:00
parent 4ba14bbf01
commit d1e9531a0a

View File

@ -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();
}
},