JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.3
[ckeditor.git] / _source / plugins / tab / plugin.js
index f63cd5b..b8070f6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -38,8 +38,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                                if ( editor.focusManager.hasFocus )\r
                                {\r
                                        var sel = editor.getSelection(),\r
-                                                       ancestor = sel.getCommonAncestor(),\r
-                                                       cell;\r
+                                               ancestor = sel.getCommonAncestor(),\r
+                                               cell;\r
 \r
                                        if ( ( cell = ( ancestor.getAscendant( 'td', true ) || ancestor.getAscendant( 'th', true ) ) ) )\r
                                        {\r