Trailing commas make JS cry. see #19810.

git-svn-id: https://develop.svn.wordpress.org/trunk@19903 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-02-10 18:05:20 +00:00
parent 99c65753a4
commit 5ff9cd268a
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ jQuery( function($) {
$( '#adduser-email, #newuser' ).autocomplete({
source: ajaxurl + '?action=autocomplete-user' + id,
delay: 500,
minLength: 2,
minLength: 2
});
});