Skip to content

Commit 858fd2e

Browse files
committed
Merge pull request facebook#1309 from spicyj/dom-arg-order
Fix docstring arg order in createDOMComponentClass
2 parents 5476f91 + 3cdef1a commit 858fd2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/ReactDOM.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ var mapObject = require('mapObject');
3535
* The `style` property functions differently from the DOM API. It accepts an
3636
* object mapping of style properties to values.
3737
*
38-
* @param {string} tag Tag name (e.g. `div`).
3938
* @param {boolean} omitClose True if the close tag should be omitted.
39+
* @param {string} tag Tag name (e.g. `div`).
4040
* @private
4141
*/
4242
function createDOMComponentClass(omitClose, tag) {

0 commit comments

Comments
 (0)