From 2e495593c575575c2ecfdb03dbace737e1d6ad57 Mon Sep 17 00:00:00 2001 From: Kyle Welch Date: Mon, 4 Jan 2016 14:10:54 -0600 Subject: [PATCH 1/2] Updated ExplorerPage to use static title field Statics field was never used, I came with intent to remove it. I changed course when I noticed that this title matched the static. --- Examples/UIExplorer/ToolbarAndroidExample.android.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/UIExplorer/ToolbarAndroidExample.android.js b/Examples/UIExplorer/ToolbarAndroidExample.android.js index 769737a33e9fba..12cc917204ebca 100644 --- a/Examples/UIExplorer/ToolbarAndroidExample.android.js +++ b/Examples/UIExplorer/ToolbarAndroidExample.android.js @@ -44,7 +44,7 @@ var ToolbarAndroidExample = React.createClass({ }, render: function() { return ( - + Date: Mon, 4 Jan 2016 19:46:32 -0600 Subject: [PATCH 2/2] Fixed lint issue with scope of statics --- Examples/UIExplorer/ToolbarAndroidExample.android.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/UIExplorer/ToolbarAndroidExample.android.js b/Examples/UIExplorer/ToolbarAndroidExample.android.js index 12cc917204ebca..6ef67cdabc42d8 100644 --- a/Examples/UIExplorer/ToolbarAndroidExample.android.js +++ b/Examples/UIExplorer/ToolbarAndroidExample.android.js @@ -44,7 +44,7 @@ var ToolbarAndroidExample = React.createClass({ }, render: function() { return ( - +