X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fhtmlparser%2Fcdata.js;h=422f603eb30ad7d9fb2a82ff8c45e7f1c58839cd;hb=refs%2Ftags%2Fv3.6.2;hp=787e9aee7e9f93ff621c6fc760cbbfbc70108df2;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/core/htmlparser/cdata.js b/_source/core/htmlparser/cdata.js index 787e9ae..422f603 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-2011, 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 =