We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567a89e commit 88af7ceCopy full SHA for 88af7ce
1 file changed
select2.js
@@ -769,7 +769,7 @@ the specific language governing permissions and limitations under the Apache Lic
769
// Calculate size of scrollbar
770
scrollBarDimensions = scrollBarDimensions || measureScrollbar();
771
772
- this.autofocus = opts.element.prop("autofocus")
+ this.autofocus = opts.element.prop("autofocus");
773
opts.element.prop("autofocus", false);
774
if (this.autofocus) this.focus();
775
},
@@ -2403,7 +2403,7 @@ the specific language governing permissions and limitations under the Apache Lic
2403
//killEvent(e);
2404
_this.search[0].focus();
2405
_this.selectChoice($(this));
2406
- })
+ });
2407
2408
// rewrite labels from original element to focusser
2409
this.search.attr("id", "s2id_autogen"+nextUid());
0 commit comments