Skip to content

Commit dac0900

Browse files
committed
Fix typo
1 parent ab14751 commit dac0900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/select2/selection/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ define([
9898
BaseSelection.prototype._handleBlur = function (evt) {
9999
var self = this;
100100

101-
// This needs to be delayed as the actve element is the body when the tab
101+
// This needs to be delayed as the active element is the body when the tab
102102
// key is pressed, possibly along with others.
103103
window.setTimeout(function () {
104104
// Don't trigger `blur` if the focus is still in the selection

0 commit comments

Comments
 (0)