Ticket #52128: editor.diff
File editor.diff, 616 bytes (added by , 4 years ago) |
---|
-
wp-admin/js/editor.js
371 371 * Using DomQuery syntax to create it, since it's used as both text and as a DOM element. 372 372 * 373 373 * @param {Object} domLib DOM library instance. 374 * @param {string} content The content to insert into the cu sror marker element.374 * @param {string} content The content to insert into the cursor marker element. 375 375 */ 376 376 function getCursorMarkerSpan( domLib, content ) { 377 377 return domLib( '<span>' ).css( {