X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2Fhtmlparser%2Fcdata.js;h=ff2f22786c8ee5a3b742f7ab08b69a80229f8977;hp=787e9aee7e9f93ff621c6fc760cbbfbc70108df2;hb=941b0a9ba4e673e292510d80a5a86806994b8ea6;hpb=7cd80714081a8ffdf4a1a8d2c72f120ed5ef3d6d diff --git a/_source/core/htmlparser/cdata.js b/_source/core/htmlparser/cdata.js index 787e9ae..ff2f227 100644 --- a/_source/core/htmlparser/cdata.js +++ b/_source/core/htmlparser/cdata.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -19,7 +19,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license * @example */ this.value = value; - }; CKEDITOR.htmlParser.cdata.prototype =