X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fxml.js;h=dbcc91e252483308e42dcabb4fb4cb6c7e404bcd;hb=8f6c203fdaa543c3bca40baea6ae4ddcdf1a77f5;hp=a4e3af05749fb4188a00045a7906cf25b7f8d2cc;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/core/xml.js b/_source/core/xml.js index a4e3af0..dbcc91e 100644 --- a/_source/core/xml.js +++ b/_source/core/xml.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, 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 */ @@ -119,7 +119,7 @@ CKEDITOR.xml.prototype = if ( result ) { var node; - while( ( node = result.iterateNext() ) ) + while ( ( node = result.iterateNext() ) ) nodes.push( node ); } }