1
0
mirror of synced 2024-11-22 21:16:10 +03:00

Fix there/their typo

This commit is contained in:
tjperovich 2014-06-17 10:11:09 -04:00
parent 0d9893936c
commit c0cc6c9f94

View File

@ -1027,7 +1027,7 @@ the specific language governing permissions and limitations under the Apache Lic
query.callback(data); 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; }; opts.id=function(e) { return e.id; };
} else { } else {
if (!("query" in opts)) { if (!("query" in opts)) {