JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1.1
[ckeditor.git] / _source / plugins / htmldataprocessor / plugin.js
index 47bdb7c..7c48c2e 100644 (file)
@@ -16,7 +16,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        {\r
                var lastIndex = block.children.length,\r
                        last = block.children[ lastIndex - 1 ];\r
-               while(  last && last.type == CKEDITOR.NODE_TEXT && !CKEDITOR.tools.trim( last.value ) )\r
+               while (  last && last.type == CKEDITOR.NODE_TEXT && !CKEDITOR.tools.trim( last.value ) )\r
                        last = block.children[ --lastIndex ];\r
                return last;\r
        }\r