X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fhtmlparser%2Ftext.js;h=227e1c4f2c5864e80eaa6ca65d9767a97d7d3fe5;hb=e73319a12b56100b29ef456fd74114fe5519e01c;hp=0d63ac9dd4d8fb5ab423798604568c6316bc0e00;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/core/htmlparser/text.js b/_source/core/htmlparser/text.js index 0d63ac9..227e1c4 100644 --- a/_source/core/htmlparser/text.js +++ b/_source/core/htmlparser/text.js @@ -1,12 +1,10 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, 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