X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=_source%2Fplugins%2Fspecialchar%2Fdialogs%2Fspecialchar.js;h=875c5d8b13a13e5e13ba13718ecd9044522f9b57;hb=3fe9cac293e090ea459a3ee10d78cbe9e1dd0e03;hp=af52559f83906c0150243e3dca81bc58b8f547c7;hpb=e73319a12b56100b29ef456fd74114fe5519e01c;p=ckeditor.git diff --git a/_source/plugins/specialchar/dialogs/specialchar.js b/_source/plugins/specialchar/dialogs/specialchar.js index af52559..875c5d8 100644 --- a/_source/plugins/specialchar/dialogs/specialchar.js +++ b/_source/plugins/specialchar/dialogs/specialchar.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, 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 */ @@ -126,8 +126,6 @@ CKEDITOR.dialog.add( 'specialchar', function( editor ) // RIGHT-ARROW case rtl ? 37 : 39 : - // TAB - case 9 : // relative is TD if ( ( relative = element.getParent().getNext() ) ) { @@ -160,8 +158,6 @@ CKEDITOR.dialog.add( 'specialchar', function( editor ) // LEFT-ARROW case rtl ? 39 : 37 : - // SHIFT + TAB - case CKEDITOR.SHIFT + 9 : // relative is TD if ( ( relative = element.getParent().getPrevious() ) ) { @@ -213,7 +209,7 @@ CKEDITOR.dialog.add( 'specialchar', function( editor ) while ( i < size ) { - html.push( '' ) ; + html.push( '' ) ; for ( var j = 0 ; j < columns ; j++, i++ ) {