X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=inline;f=_source%2Fcore%2Fdom%2Frangelist.js;h=38788a8325e2e43fd6a301b1e10460175509bdb1;hb=refs%2Ftags%2Fv3.6.6;hp=f29cc5f844381c47f2781427525c5b51dd85401b;hpb=039a051ccf3901311661022a30afd60fc38130c9;p=ckeditor.git diff --git a/_source/core/dom/rangelist.js b/_source/core/dom/rangelist.js index f29cc5f..38788a8 100644 --- a/_source/core/dom/rangelist.js +++ b/_source/core/dom/rangelist.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, 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 */ @@ -113,7 +113,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license range.moveToBookmark( bookmarks.shift() ); - var next; // Merge ranges finally after moving to bookmarks. while( mergeCount-- ) {