1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-18 05:01:17 +02:00
This commit is contained in:
Ian Storm Taylor
2017-09-21 14:47:50 -07:00
parent 2d7642b9d3
commit f16a902d35

View File

@@ -59,8 +59,7 @@ const TEXT_RULE = {
} }
/** /**
* A default `parseHtml` function that returns the `<body>` using the * A default `parseHtml` function that returns the `<body>` using `DOMParser`.
* native `DOMParser`.
* *
* @param {String} html * @param {String} html
* @return {Object} * @return {Object}