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

git-svn-id: https://develop.svn.wordpress.org/trunk@23114 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-12-07 01:13:04 +00:00
parent 412a605ecf
commit 844c3f322d
1 changed files with 1 additions and 1 deletions

View File

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