Index: /CKEditor/branches/prototype/_source/core/dom/domobject.js
===================================================================
--- /CKEditor/branches/prototype/_source/core/dom/domobject.js	(revision 2493)
+++ /CKEditor/branches/prototype/_source/core/dom/domobject.js	(revision 2494)
@@ -53,5 +53,6 @@
 
 		// Call the base event constructor.
-		CKEDITOR.event.call( this );
+		if ( !this._.events )
+			CKEDITOR.event.call( this );
 	}
 };
