Update CKEditor to version 4.3.3

This commit is contained in:
Francis Lachapelle
2014-03-21 13:32:28 -04:00
parent 4ca3d351e0
commit 877e44c6d2
52 changed files with 691 additions and 657 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
@@ -107,5 +107,5 @@ CKEDITOR.stylesSet.add( 'default', [
{ name: 'Borderless Table', element: 'table', styles: { 'border-style': 'hidden', 'background-color': '#E6E6FA' } },
{ name: 'Square Bulleted List', element: 'ul', styles: { 'list-style-type': 'square' } }
]);
] );