Aleksander Machniak
2012-08-06 565c472918e7f9707cd8d7909ad5dbcc5a921fdf
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');