Aleksander Machniak
2012-08-27 8eefbb2158c43b51a8c33e6c480cbe61539b9535
program/js/tiny_mce/themes/advanced/js/image.js
@@ -104,10 +104,12 @@
   },
   updateStyle : function() {
      var dom = tinyMCEPopup.dom, st, v, f = document.forms[0];
      var dom = tinyMCEPopup.dom, st = {}, v, f = document.forms[0];
      if (tinyMCEPopup.editor.settings.inline_styles) {
         st = tinyMCEPopup.dom.parseStyle(this.styleVal);
         tinymce.each(tinyMCEPopup.dom.parseStyle(this.styleVal), function(value, key) {
            st[key] = value;
         });
         // Handle align
         v = getSelectValue(f, 'align');