[FIX] spaces at end of line

This commit is contained in:
Holger Brunn
2015-09-04 11:41:19 +02:00
parent d6a8d7c786
commit eed36fcaa4

View File

@@ -130,7 +130,7 @@ openerp.web_ckeditor4 = function(instance)
start: function()
{
this._super.apply(this, arguments);
CKEDITOR.lang.load(instance.session.user_context.lang.split('_')[0], 'en', function() {});
},
initialize_content: function()
@@ -152,7 +152,7 @@ openerp.web_ckeditor4 = function(instance)
self.store_dom_value();
},
},
},
},
this.ckeditor_config));
},
store_dom_value: function()