X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fhtmlparser%2Ftext.js;fp=_source%2Fcore%2Fhtmlparser%2Ftext.js;h=227e1c4f2c5864e80eaa6ca65d9767a97d7d3fe5;hb=e73319a12b56100b29ef456fd74114fe5519e01c;hp=02f893586bd4a03de4503f39a93d2562bb7b8698;hpb=f0610347140239143439a511ee2bd48cb784f470;p=ckeditor.git diff --git a/_source/core/htmlparser/text.js b/_source/core/htmlparser/text.js index 02f8935..227e1c4 100644 --- a/_source/core/htmlparser/text.js +++ b/_source/core/htmlparser/text.js @@ -5,8 +5,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license (function() { - var spacesRegex = /[\t\r\n ]{2,}|[\t\r\n]/g; - /** * A lightweight representation of HTML text. * @constructor