X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fhtmlparser%2Ftext.js;h=4bf5fd6471f5ab7db111f41c627441c5c0a2deed;hb=2f22c0c38f17e75be5541089076885442aaa2377;hp=02f893586bd4a03de4503f39a93d2562bb7b8698;hpb=48b1db88210b4160dce439c6e3e32e14af8c106b;p=ckeditor.git diff --git a/_source/core/htmlparser/text.js b/_source/core/htmlparser/text.js index 02f8935..4bf5fd6 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-2012, 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