JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5.1
[ckeditor.git] / _source / core / xml.js
index a4e3af0..dbcc91e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -119,7 +119,7 @@ CKEDITOR.xml.prototype =
                                if ( result )\r
                                {\r
                                        var node;\r
-                                       while( ( node = result.iterateNext() ) )\r
+                                       while ( ( node = result.iterateNext() ) )\r
                                                nodes.push( node );\r
                                }\r
                        }\r