X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2Feditor_basic.js;h=3c4c5e32e5b78da2c925b987b7f9925ca0dfac46;hp=116e6807fd2045ed4c66cea5c5d70634180ed614;hb=c6e377a02b54abc07129d72b632763c727476a15;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6 diff --git a/_source/core/editor_basic.js b/_source/core/editor_basic.js index 116e680..3c4c5e3 100644 --- a/_source/core/editor_basic.js +++ b/_source/core/editor_basic.js @@ -136,7 +136,7 @@ if ( !CKEDITOR.editor ) { element = document.getElementById( elementOrId ); - if( !element ) + if ( !element ) throw '[CKEDITOR.editor.appendTo] The element with id "' + elementOrId + '" was not found.'; }