Fix JSDoc tag in ReactElement.js

This commit is contained in:
Shripad K
2014-10-19 21:01:45 +05:30
parent daf4182707
commit 621bb09cd7
+1 -1
View File
@@ -85,7 +85,7 @@ function defineMutationMembrane(prototype) {
* @param {*} type
* @param {string|object} ref
* @param {*} key
* @params {*} props
* @param {*} props
* @internal
*/
var ReactElement = function(type, key, ref, owner, context, props) {