X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2F_bootstrap.js;h=9b9d081d4b85b9593fee3b53d4f915436d3a0236;hp=86e1fcee4b302b6f91da1d490b75dd7c0f9f3c2e;hb=c6e377a02b54abc07129d72b632763c727476a15;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6 diff --git a/_source/core/_bootstrap.js b/_source/core/_bootstrap.js index 86e1fce..9b9d081 100644 --- a/_source/core/_bootstrap.js +++ b/_source/core/_bootstrap.js @@ -76,3 +76,9 @@ if ( CKEDITOR.env.ie ) } } */ + +/** + * Fired when a CKEDITOR core object is fully loaded and ready for interaction. + * @name CKEDITOR#loaded + * @event + */