Skip to content

Commit 5daca74

Browse files
committed
Merge pull request select2#2466 from tjperovich/patch-1
Fix there/their typo
2 parents 0d98939 + c0cc6c9 commit 5daca74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

select2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ the specific language governing permissions and limitations under the Apache Lic
10271027

10281028
query.callback(data);
10291029
});
1030-
// this is needed because inside val() we construct choices from options and there id is hardcoded
1030+
// this is needed because inside val() we construct choices from options and their id is hardcoded
10311031
opts.id=function(e) { return e.id; };
10321032
} else {
10331033
if (!("query" in opts)) {

0 commit comments

Comments
 (0)