X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Feditor_basic.js;h=3c4c5e32e5b78da2c925b987b7f9925ca0dfac46;hb=c6e377a02b54abc07129d72b632763c727476a15;hp=e54f48003e064c57deca21ceed125592703ae33e;hpb=7cd80714081a8ffdf4a1a8d2c72f120ed5ef3d6d;p=ckeditor.git diff --git a/_source/core/editor_basic.js b/_source/core/editor_basic.js index e54f480..3c4c5e3 100644 --- a/_source/core/editor_basic.js +++ b/_source/core/editor_basic.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -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.'; }