There was an error while loading. Please reload this page.
2 parents 5476f91 + 3cdef1a commit 858fd2eCopy full SHA for 858fd2e
src/browser/ReactDOM.js
@@ -35,8 +35,8 @@ var mapObject = require('mapObject');
35
* The `style` property functions differently from the DOM API. It accepts an
36
* object mapping of style properties to values.
37
*
38
- * @param {string} tag Tag name (e.g. `div`).
39
* @param {boolean} omitClose True if the close tag should be omitted.
+ * @param {string} tag Tag name (e.g. `div`).
40
* @private
41
*/
42
function createDOMComponentClass(omitClose, tag) {
0 commit comments