mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #1309 from spicyj/dom-arg-order
Fix docstring arg order in createDOMComponentClass
This commit is contained in:
@@ -35,8 +35,8 @@ var mapObject = require('mapObject');
|
||||
* The `style` property functions differently from the DOM API. It accepts an
|
||||
* object mapping of style properties to values.
|
||||
*
|
||||
* @param {string} tag Tag name (e.g. `div`).
|
||||
* @param {boolean} omitClose True if the close tag should be omitted.
|
||||
* @param {string} tag Tag name (e.g. `div`).
|
||||
* @private
|
||||
*/
|
||||
function createDOMComponentClass(omitClose, tag) {
|
||||
|
||||
Reference in New Issue
Block a user