MINOR JS syntax errors

This commit is contained in:
Ingo Schommer 2012-02-17 15:04:58 +01:00
parent e28afcacc5
commit bb7c128025
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@
if (par.children('.child-flyout-indicator').length == 0) par.append('<span class="child-flyout-indicator"></span>').fadeIn();
par.children('.child-flyout-indicator').fadeIn();
}
},
}
});
$('.cms-menu-list').entwine({

View File

@ -783,7 +783,7 @@ ss.editorWrappers['default'] = ss.editorWrappers.tinyMCE;
return {
'src' : this.find(':input[name=URL]').val(),
'width' : width ? parseInt(width, 10) : null,
'height' : height ? parseInt(height, 10) : null,
'height' : height ? parseInt(height, 10) : null
};
},
getExtraData: function() {