X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2Fajax.js;h=fccfd6a9f5cb346cb72b843457eb4c0e7a86c239;hp=078c15a1453b16cbca4fddc00e334effed74edf1;hb=039a051ccf3901311661022a30afd60fc38130c9;hpb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7 diff --git a/_source/core/ajax.js b/_source/core/ajax.js index 078c15a..fccfd6a 100644 --- a/_source/core/ajax.js +++ b/_source/core/ajax.js @@ -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()