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

git-svn-id: http://svn.automattic.com/wordpress/trunk@17694 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-04-24 23:27:48 +00:00
parent bed23730dc
commit a69059331c

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
});