Skip to content

Commit

Permalink
Merge pull request facebook#1309 from spicyj/dom-arg-order
Browse files Browse the repository at this point in the history
Fix docstring arg order in createDOMComponentClass
  • Loading branch information
chenglou committed Mar 27, 2014
2 parents 5476f91 + 3cdef1a commit 858fd2e
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 858fd2e

Please sign in to comment.