From 0e591c19cabf1e6da323e74e67adf58b86acc7e2 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 3 Apr 2015 16:17:27 +0000 Subject: [PATCH] Rebuild website --- docs/test-utils.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/test-utils.html b/docs/test-utils.html index e9f933ca6b..e11705d932 100644 --- a/docs/test-utils.html +++ b/docs/test-utils.html @@ -417,7 +417,7 @@ React.addons.TestUtils.Simulate.keyDown(node, {key: "Enter"});

Simulate has a method for every event that React understands.

-

renderIntoDocument #

ReactComponent renderIntoDocument(ReactComponent instance)
+

renderIntoDocument #

ReactComponent renderIntoDocument(ReactElement instance)
 

Render a component into a detached DOM node in the document. This function requires a DOM.

mockComponent #

object mockComponent(function componentClass, string? mockTagName)