Skip to content

Commit

Permalink
Fix docstring arg order in createDOMComponentClass
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebits committed Mar 27, 2014
1 parent 5476f91 commit 3cdef1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/ReactDOM.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3cdef1a

Please sign in to comment.