X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Ftab%2Fplugin.js;h=f0a21b488d366b8aa0297950f06b846a4dae3060;hb=48b1db88210b4160dce439c6e3e32e14af8c106b;hp=f63cd5b8e07c8fe4ed94dd656197eb06ec52ab88;hpb=e371ddf8abcb89013e20e6d0dd746adec344d0e5;p=ckeditor.git diff --git a/_source/plugins/tab/plugin.js b/_source/plugins/tab/plugin.js index f63cd5b..f0a21b4 100644 --- a/_source/plugins/tab/plugin.js +++ b/_source/plugins/tab/plugin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -38,8 +38,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license if ( editor.focusManager.hasFocus ) { var sel = editor.getSelection(), - ancestor = sel.getCommonAncestor(), - cell; + ancestor = sel.getCommonAncestor(), + cell; if ( ( cell = ( ancestor.getAscendant( 'td', true ) || ancestor.getAscendant( 'th', true ) ) ) ) {