ckeditor (current) version 3.6.4

This commit is contained in:
Klaus Leithoff
2012-10-09 15:03:32 +00:00
parent 7e827dfcef
commit 259a917e38
669 changed files with 14022 additions and 4115 deletions

View File

@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@ -93,7 +93,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
// the styles.
for ( var value in styles )
{
if ( styles[ value ].checkElementRemovable( element, true ) )
if ( styles[ value ].checkElementMatch( element, true ) )
{
if ( value != currentValue )
this.setValue( value );