1
0
mirror of synced 2025-02-09 16:49:24 +03:00

Merge pull request #2466 from tjperovich/patch-1

Fix there/their typo
This commit is contained in:
Kevin Brown 2014-06-17 21:00:23 -04:00
commit 5daca7424e

View File

@ -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)) {