From 48cb144c2df0d2974bef8f85cf809d56d8db2259 Mon Sep 17 00:00:00 2001 From: trave7er Date: Tue, 12 Jan 2016 08:17:49 -0800 Subject: [PATCH] fix lint warnings: single/double quotes, and semi-colons Summary: fixed lint warnings for TextInputExample.ios.js file Closes https://github.com/facebook/react-native/pull/5216 Reviewed By: svcscm Differential Revision: D2818390 Pulled By: mkonicek fb-gh-sync-id: 8ada7038a1ca73f8c158945264cf6dbfe1c23fcc --- Examples/UIExplorer/TextInputExample.ios.js | 44 ++++++++++----------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/Examples/UIExplorer/TextInputExample.ios.js b/Examples/UIExplorer/TextInputExample.ios.js index f8324c51a..486cf411b 100644 --- a/Examples/UIExplorer/TextInputExample.ios.js +++ b/Examples/UIExplorer/TextInputExample.ios.js @@ -202,52 +202,52 @@ class TokenizedTextExample extends React.Component { var BlurOnSubmitExample = React.createClass({ focusNextField(nextField) { - this.refs[nextField].focus() + this.refs[nextField].focus(); }, render: function() { return ( this.focusNextField('2')} /> this.focusNextField('3')} /> this.focusNextField('4')} /> this.focusNextField('5')} /> ); @@ -335,7 +335,7 @@ exports.examples = [ } }, { - title: "Live Re-Write (no spaces allowed)", + title: 'Live Re-Write (no spaces allowed)', render: function() { return ; } @@ -582,8 +582,8 @@ exports.examples = [ alert(event.nativeEvent.text)}