Changeset 44388
- Timestamp:
- 01/03/2019 07:28:24 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/lib/comment-reply.js
r43577 r44388 51 51 * comments this method is exposed as window.commentReply.init(). 52 52 * 53 * @since 5. 0.053 * @since 5.1.0 54 54 * 55 55 * @memberOf addComment … … 88 88 * Return all links classed .comment-reply-link. 89 89 * 90 * @since 5. 0.090 * @since 5.1.0 91 91 * 92 92 * @param {HTMLElement} context The parent DOM element to search for links. … … 118 118 * Cancel event handler. 119 119 * 120 * @since 5. 0.0120 * @since 5.1.0 121 121 * 122 122 * @param {Event} event The calling event. … … 143 143 * Click event handler. 144 144 * 145 * @since 5. 0.0145 * @since 5.1.0 146 146 * 147 147 * @param {Event} event The calling event. … … 170 170 * Uses element.dataset if it exists, otherwise uses getAttribute. 171 171 * 172 * @since 5. 0.0172 * @since 5.1.0 173 173 * 174 174 * @param {HTMLElement} Element DOM element with the attribute. … … 191 191 * Local alias for document.getElementById. 192 192 * 193 * @since 5. 0.0193 * @since 5.1.0 194 194 * 195 195 * @param {HTMLElement} The requested element.
Note: See TracChangeset
for help on using the changeset viewer.