From f88c86aa840472bd198f0470c2111b59d18bfede Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 7 May 2015 02:39:48 +0000 Subject: [PATCH] update website --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6b100b18152..389c01d0f67 100644 --- a/index.html +++ b/index.html @@ -87,7 +87,7 @@ // Available as NativeModules.MyCustomModule.processString RCT_EXPORT_METHOD(processString:(NSString *)input callback:(RCTResponseSenderBlock)callback) { - callback(@[[input stringByReplacingOccurrencesOfString:@"Goodbye" withString:@"Hello"];]]); + callback(@[[input stringByReplacingOccurrencesOfString:@"Goodbye" withString:@"Hello"]]); } @end
// JavaScript