X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fhtmlparser%2Ftext.js;h=0866ee36fe04f9a2d5b0901c761b648a00f73176;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=02f893586bd4a03de4503f39a93d2562bb7b8698;hpb=48b1db88210b4160dce439c6e3e32e14af8c106b;p=ckeditor.git diff --git a/_source/core/htmlparser/text.js b/_source/core/htmlparser/text.js index 02f8935..0866ee3 100644 --- a/_source/core/htmlparser/text.js +++ b/_source/core/htmlparser/text.js @@ -1,12 +1,10 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 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