From 9057a9606f3554f7e3090cd4b12fd211100e883b Mon Sep 17 00:00:00 2001 From: "Martin K." Date: Wed, 10 Apr 2013 19:33:23 -0300 Subject: [PATCH] Update select2.js See #1175 - fixed typo introduced in last commit --- select2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select2.js b/select2.js index a8cbfb93..e9078586 100644 --- a/select2.js +++ b/select2.js @@ -1705,7 +1705,7 @@ the specific language governing permissions and limitations under the Apache Lic // single initContainer: function () { - var sel0ection, + var selection, container = this.container, dropdown = this.dropdown, clickingInside = false;