Уборка Unreachable statement. Замена === на == и !== на != в яваскриптах из-за ошибок с нестрогой типизацией при переходе на 7.4.
This commit is contained in:
@@ -218,7 +218,7 @@ For licensing, see LICENSE.html or https://ckeditor.com/license
|
||||
}
|
||||
}
|
||||
|
||||
if ( element.attributes.style === '' )
|
||||
if ( element.attributes.style == '' )
|
||||
delete element.attributes.style;
|
||||
|
||||
return element;
|
||||
|
||||
Reference in New Issue
Block a user