X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2Fxml.js;h=1824e962bbfcbd87d19a5b17abc43282e18d5e23;hp=d7e1e941ad8482afcfa7987c9898f8458164e2fc;hb=c6e377a02b54abc07129d72b632763c727476a15;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6 diff --git a/_source/core/xml.js b/_source/core/xml.js index d7e1e94..1824e96 100644 --- a/_source/core/xml.js +++ b/_source/core/xml.js @@ -119,7 +119,7 @@ CKEDITOR.xml.prototype = if ( result ) { var node; - while( ( node = result.iterateNext() ) ) + while ( ( node = result.iterateNext() ) ) nodes.push( node ); } }