X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fxml.js;h=1824e962bbfcbd87d19a5b17abc43282e18d5e23;hb=refs%2Ftags%2Fv3.3;hp=d7e1e941ad8482afcfa7987c9898f8458164e2fc;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git 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 ); } }