X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Findent%2Fplugin.js;h=e9992bdea601e17fc4a2b8644381040906b07e50;hb=c6e377a02b54abc07129d72b632763c727476a15;hp=c6888219cbdaea7f1257636689c3933f7e1a84f3;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/plugins/indent/plugin.js b/_source/plugins/indent/plugin.js index c688821..e9992bd 100644 --- a/_source/plugins/indent/plugin.js +++ b/_source/plugins/indent/plugin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -159,7 +159,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license for ( i = count - 1 ; i >= 0 ; i-- ) { - if( ( child = children.getItem( i ) ) && child.is && child.is( 'li' ) ) + if ( ( child = children.getItem( i ) ) && child.is && child.is( 'li' ) ) pendingLis.push( child ); } } @@ -177,7 +177,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license followingList = li; // Nest preceding