From dac09005ad19e8586a6bbba5040e112e4fef7cfb Mon Sep 17 00:00:00 2001 From: Justin Brown Date: Thu, 20 Aug 2015 13:15:57 -0400 Subject: [PATCH] Fix typo --- src/js/select2/selection/base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/select2/selection/base.js b/src/js/select2/selection/base.js index a63658af..bea67e85 100644 --- a/src/js/select2/selection/base.js +++ b/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