소스 검색

Merge pull request #3698 from jbrown/patch-1

Fix typo
Kevin Brown 9 년 전
부모
커밋
eb47f638d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/js/select2/selection/base.js

+ 1 - 1
src/js/select2/selection/base.js

@@ -98,7 +98,7 @@ define([
   BaseSelection.prototype._handleBlur = function (evt) {
     var self = this;
 
-    // This needs to be delayed as the actve element is the body when the tab
+    // This needs to be delayed as the active element is the body when the tab
     // key is pressed, possibly along with others.
     window.setTimeout(function () {
       // Don't trigger `blur` if the focus is still in the selection