X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fckeditor_basic.js;h=93ce5cf99e434b880f0b21afc7ce5a6f438e8b67;hb=3fe9cac293e090ea459a3ee10d78cbe9e1dd0e03;hp=a2ef2cb2404c7bb3e77b2cc27744c70cab3a687e;hpb=039a051ccf3901311661022a30afd60fc38130c9;p=ckeditor.git diff --git a/_source/core/ckeditor_basic.js b/_source/core/ckeditor_basic.js index a2ef2cb..93ce5cf 100644 --- a/_source/core/ckeditor_basic.js +++ b/_source/core/ckeditor_basic.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, 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 )