Index: /CKEditor/branches/versions/3.0.x/CHANGES.html
===================================================================
--- /CKEditor/branches/versions/3.0.x/CHANGES.html	(revision 4107)
+++ /CKEditor/branches/versions/3.0.x/CHANGES.html	(revision 4108)
@@ -234,4 +234,5 @@
 		<li><a href="http://dev.fckeditor.net/ticket/4193">#4193</a> : Automatic font color produced empty span on Firefox 3.5.</li>
 		<li><a href="http://dev.fckeditor.net/ticket/4186">#4186</a> : [FF] Fixed First open float panel cause host page scrollbar blinking.</li>
+		<li><a href="http://dev.fckeditor.net/ticket/4227">#4227</a> : Fixed destroy editor instance created on textarea which is not within form cause error.</li>
 	</ul>
 	<h3>
Index: /CKEditor/branches/versions/3.0.x/_source/core/editor.js
===================================================================
--- /CKEditor/branches/versions/3.0.x/_source/core/editor.js	(revision 4107)
+++ /CKEditor/branches/versions/3.0.x/_source/core/editor.js	(revision 4108)
@@ -309,5 +309,4 @@
 						});
 				}
-			}
 
 				// Remove 'submit' events registered on form element before destroying.(#3988)
@@ -317,4 +316,5 @@
 				} );
 			}
+		}
 	};
 
