Ticket #3757: 3757.patch
File 3757.patch, 524 bytes (added by , 14 years ago) |
---|
-
_source/plugins/styles/plugin.js
587 587 * Now our range isn't collapsed. Lets walk from the start node to the end 588 588 * node via DFS and remove the styles one-by-one. 589 589 */ 590 var endNode = range.document.getById( bookmark.endNode ),590 var endNode = bookmark.endNode, 591 591 me = this; 592 592 593 593 /*