ignore a line for jshint

This commit is contained in:
ansuz 2017-02-22 11:17:12 +01:00
parent 33e2c8676e
commit 1494387c9f
1 changed files with 1 additions and 1 deletions

View File

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