[gen] Bugfix: ckeditor with ie8.
This commit is contained in:
parent
e5356e749d
commit
790f3d4495
|
@ -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',[]);
|
||||
|
|
Loading…
Reference in a new issue