JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1.1
[ckeditor.git] / _samples / ajax.html
index 931f58b..0cd8ce8 100644 (file)
@@ -29,12 +29,14 @@ function createEditor()
        // This sample may break here if the ckeditor_basic.js is used. In such case, the following code should be used instead:\r
        /*\r
        if ( editor.setData )\r
-       editor.setData( html );\r
+               editor.setData( html );\r
        else\r
-       CKEDITOR.on( 'loaded', function()\r
        {\r
-       editor.setData( html );\r
-       });\r
+               CKEDITOR.on( 'loaded', function()\r
+                       {\r
+                               editor.setData( html );\r
+                       });\r
+       }\r
        */\r
 }\r
 \r