From 0bdf1382e6bd9c645ca25d32a83bf386d622d2ad Mon Sep 17 00:00:00 2001 From: Travis CI Date: Mon, 14 Sep 2015 18:40:44 +0000 Subject: [PATCH] update website --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b1c39c8ffc0..79125fe2975 100644 --- a/index.html +++ b/index.html @@ -169,7 +169,7 @@ public class MyCustomModule extends @ReactMethod public void processString(String input, Callback callback) { - callback.invoke(input.replace("Goodbye", "Hello"); + callback.invoke(input.replace("Goodbye", "Hello")); } }
// JavaScript