Fix missing comma in TinyMCE advanced theme image.js, props johnjamesjacoby, fixes #17233

git-svn-id: https://develop.svn.wordpress.org/trunk@17694 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2011-04-24 23:27:48 +00:00
parent 48ac6604b0
commit d1e074d29c
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ var ImageDialog = {
src : f.src.value.replace(/ /g, '%20'),
alt : f.alt.value,
width : f.width.value,
height : f.height.value
height : f.height.value,
'class' : f.class_name.value
});