Trailing commas make JS cry. see #19810.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19903 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith 2012-02-10 18:05:20 +00:00
parent 86901353cf
commit 27c0170224

View File

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