diff --git a/wp-includes/js/comment-reply.js b/wp-includes/js/comment-reply.js
index 75fc183..60ca981 100644
--- a/wp-includes/js/comment-reply.js
+++ b/wp-includes/js/comment-reply.js
@@ -385,7 +385,10 @@ window.addComment = ( function( window ) {
 	}
 
 	return {
+		config: config,
 		init: init,
+		clickEvent: clickEvent,
+		cancelEvent: cancelEvent,
 		moveForm: moveForm
 	};
 })( window );
