Fix lint errors in ckeditor config

This commit is contained in:
yflory 2017-04-13 17:09:35 +02:00
parent 81d83897ec
commit 3e421c7289

View file

@ -1,4 +1,5 @@
CKEDITOR.editorConfig = function( config ) { // jshint ignore:line
/* global CKEDITOR */
CKEDITOR.editorConfig = function( config ) {
var fixThings = false;
// https://dev.ckeditor.com/ticket/10907
config.needsBrFiller= fixThings;