Remove trailing comma from JS. props koopersmith, fixes #22800.

git-svn-id: http://core.svn.wordpress.org/trunk@23114 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-12-07 01:13:04 +00:00
parent d50dfe71f3
commit 801db6b731
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@
options = { options = {
id: attachment.id, id: attachment.id,
post_content: attachment.description, post_content: attachment.description,
post_excerpt: caption, post_excerpt: caption
}; };
if ( props.linkUrl ) if ( props.linkUrl )