X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fajax.js;h=1ecedb71496604189d1ef34123f1d760433c82a4;hb=8f6c203fdaa543c3bca40baea6ae4ddcdf1a77f5;hp=ad20ba61483cf658a90238f61315ac3ad890c355;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/core/ajax.js b/_source/core/ajax.js index ad20ba6..1ecedb7 100644 --- a/_source/core/ajax.js +++ b/_source/core/ajax.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 */ @@ -9,8 +9,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license */ /** - * Ajax methods for data loading. - * @namespace + * @namespace Ajax methods for data loading. * @example */ CKEDITOR.ajax = (function()