X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fckeditor_basic.js;h=6a2322f20c79d2342c402392af1247829bc8d20d;hb=2f22c0c38f17e75be5541089076885442aaa2377;hp=322b12bd6380ed53180f7a98510f3ca288c72553;hpb=48b1db88210b4160dce439c6e3e32e14af8c106b;p=ckeditor.git diff --git a/_source/core/ckeditor_basic.js b/_source/core/ckeditor_basic.js index 322b12b..6a2322f 100644 --- a/_source/core/ckeditor_basic.js +++ b/_source/core/ckeditor_basic.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -172,8 +172,7 @@ if ( CKEDITOR.status == 'unloaded' ) for ( var i = 0 ; i < textareas.length ; i++ ) { var config = null, - textarea = textareas[i], - name = textarea.name; + textarea = textareas[i]; // The "name" and/or "id" attribute must exist. if ( !textarea.name && !textarea.id )