Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
francismengMS committed Jun 5, 2019
1 parent 4e3bdb7 commit 90628f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/roosterjs-editor-dom/lib/utils/getTextContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import ContentTraverser from '../contentTraverser/ContentTraverser';
/**
* get block element's text content.
* @param rootNode Root node that the get the textContent of.
* @param startNode Node the node start traverser to start traversing.
* @returns text content of given text content.
*/
export default function getTextContent(rootNode: Node): string {
Expand Down

0 comments on commit 90628f9

Please sign in to comment.