From c0cc6c9f94dbfe12839e85f38a6387a7970a784c Mon Sep 17 00:00:00 2001 From: tjperovich Date: Tue, 17 Jun 2014 10:11:09 -0400 Subject: [PATCH] Fix there/their typo --- select2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select2.js b/select2.js index cae42c20..761ac09e 100644 --- a/select2.js +++ b/select2.js @@ -1027,7 +1027,7 @@ the specific language governing permissions and limitations under the Apache Lic query.callback(data); }); - // this is needed because inside val() we construct choices from options and there id is hardcoded + // this is needed because inside val() we construct choices from options and their id is hardcoded opts.id=function(e) { return e.id; }; } else { if (!("query" in opts)) {