wp/wp-includes/js/comment-reply.js
changeset 21 48c4eec2b7e6
parent 18 be944660c56a
child 22 8c2e4d02f4ef
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    57 	 * Sets up object variables after the DOM is ready.
    57 	 * Sets up object variables after the DOM is ready.
    58 	 *
    58 	 *
    59 	 * @since 5.1.1
    59 	 * @since 5.1.1
    60 	 */
    60 	 */
    61 	function ready() {
    61 	function ready() {
    62 		// Initialise the events.
    62 		// Initialize the events.
    63 		init();
    63 		init();
    64 
    64 
    65 		// Set up a MutationObserver to check for comments loaded late.
    65 		// Set up a MutationObserver to check for comments loaded late.
    66 		observeChanges();
    66 		observeChanges();
    67 	}
    67 	}