equal
deleted
inserted
replaced
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 } |