[gen] Bugfix: ckeditor with ie8.

This commit is contained in:
Gaetan Delannay 2015-03-19 11:01:26 +01:00
parent e5356e749d
commit 790f3d4495

View file

@ -2,7 +2,4 @@
* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.stylesSet.add('default',[
{ name: 'Styled image (left)', element:'img', attributes: {'class': 'left'}},
{ name: 'Styled image (right)', element:'img', attributes: {'class': 'right'}},
]);
CKEDITOR.stylesSet.add('default',[]);