X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fhtmlparser%2Ftext.js;h=4bf5fd6471f5ab7db111f41c627441c5c0a2deed;hb=2f22c0c38f17e75be5541089076885442aaa2377;hp=718bd8228779bfe9c257e198cca028626f1adc41;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/core/htmlparser/text.js b/_source/core/htmlparser/text.js index 718bd82..4bf5fd6 100644 --- a/_source/core/htmlparser/text.js +++ b/_source/core/htmlparser/text.js @@ -1,12 +1,10 @@ /* -Copyright (c) 2003-2009, 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