X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Ftab%2Fplugin.js;h=b8070f69d4f94aa000c3fd2ffcae3608e9da127b;hb=2f22c0c38f17e75be5541089076885442aaa2377;hp=f63cd5b8e07c8fe4ed94dd656197eb06ec52ab88;hpb=e371ddf8abcb89013e20e6d0dd746adec344d0e5;p=ckeditor.git diff --git a/_source/plugins/tab/plugin.js b/_source/plugins/tab/plugin.js index f63cd5b..b8070f6 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-2012, 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 ) ) ) ) {