From 404f7d9dbfbf6e1552f4502b35d067a4c54ecd15 Mon Sep 17 00:00:00 2001 From: xcatliu Date: Tue, 21 Apr 2015 16:09:56 -0700 Subject: [PATCH] Fix AlertIOS Docs Summary: The curly braces seems to be redundant. Closes https://github.com/facebook/react-native/pull/811 Github Author: xcatliu Test Plan: Imported from GitHub, without a `Test Plan:` line. --- Libraries/Utilities/AlertIOS.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Utilities/AlertIOS.js b/Libraries/Utilities/AlertIOS.js index de72d7b9f..0d1612bc9 100644 --- a/Libraries/Utilities/AlertIOS.js +++ b/Libraries/Utilities/AlertIOS.js @@ -37,7 +37,7 @@ var DEFAULT_BUTTON = { * {text: 'Foo', onPress: () => console.log('Foo Pressed!')}, * {text: 'Bar', onPress: () => console.log('Bar Pressed!')}, * ] - * )} + * ) * ``` */