Skip to content

Commit 88af7ce

Browse files
committed
add missing semis. fixes select2#1489
1 parent 567a89e commit 88af7ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

select2.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ the specific language governing permissions and limitations under the Apache Lic
769769
// Calculate size of scrollbar
770770
scrollBarDimensions = scrollBarDimensions || measureScrollbar();
771771

772-
this.autofocus = opts.element.prop("autofocus")
772+
this.autofocus = opts.element.prop("autofocus");
773773
opts.element.prop("autofocus", false);
774774
if (this.autofocus) this.focus();
775775
},
@@ -2403,7 +2403,7 @@ the specific language governing permissions and limitations under the Apache Lic
24032403
//killEvent(e);
24042404
_this.search[0].focus();
24052405
_this.selectChoice($(this));
2406-
})
2406+
});
24072407

24082408
// rewrite labels from original element to focusser
24092409
this.search.attr("id", "s2id_autogen"+nextUid());

0 commit comments

Comments
 (0)