From 245253985ea7f1015748e7a7f630843fbb1b1896 Mon Sep 17 00:00:00 2001 From: "Brian R. Bondy" Date: Sat, 27 Aug 2016 01:55:27 -0400 Subject: [PATCH] Fix standard v8 issues from recent merges Auditors: @bsclifton This is just due to pull requests being merged in from people that had old npm installs without the new standard, we might have a couple of these fix commits after doing upgrades like this --- js/about/preferences.js | 6 +++--- js/components/findbar.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/js/about/preferences.js b/js/about/preferences.js index 3c78fbdfd5c..14cc55c7a99 100644 --- a/js/about/preferences.js +++ b/js/about/preferences.js @@ -556,11 +556,11 @@ class PaymentsTab extends ImmutableComponent { return

-
+
-
+
-
+
} diff --git a/js/components/findbar.js b/js/components/findbar.js index b6048b58a9c..1acc4caae01 100644 --- a/js/components/findbar.js +++ b/js/components/findbar.js @@ -177,7 +177,7 @@ class FindBar extends ImmutableComponent { return
- + { this.searchInput = node }} @@ -185,7 +185,7 @@ class FindBar extends ImmutableComponent { onChange={this.onChange} value={this.searchString} /> + onClick={this.onClear} />
{findMatchText}