X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2Fhtmlparser%2Ffilter.js;h=1699eb265a93ff001f4e048057076dadae2a6ffc;hp=cbe4bede4ded37df51d6a83c4ec54fd1aa36e5ea;hb=c6e377a02b54abc07129d72b632763c727476a15;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6 diff --git a/_source/core/htmlparser/filter.js b/_source/core/htmlparser/filter.js index cbe4bed..1699eb2 100644 --- a/_source/core/htmlparser/filter.js +++ b/_source/core/htmlparser/filter.js @@ -150,7 +150,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license function addItemsToList( list, items, priority ) { - if( typeof items == 'function' ) + if ( typeof items == 'function' ) items = [ items ]; var i, j,