From 460cd059f91200c09b53c3556535cb7894ef4321 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Thu, 14 Jun 2012 09:06:37 +1200 Subject: [PATCH] Fix typo in comment --- select2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select2.js b/select2.js index e2a8db5c..87f96c85 100755 --- a/select2.js +++ b/select2.js @@ -90,7 +90,7 @@ } /** - * Compares equality of a and b taking into account that a and b may be strings, in which case localCompare is used + * Compares equality of a and b taking into account that a and b may be strings, in which case localeCompare is used * @param a * @param b */