Aleksander Machniak
2012-05-08 e6e0d410ac92818679c03fc9bf5359562df81921
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');