From 5728cb1467fdff2ac7a0ddd7e45dc0b9cc1b1225 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 14 Apr 2016 15:16:33 -0400 Subject: [PATCH] Fix aboutSupport.js eslint bustage, bug 1263849 r=orange --- toolkit/content/aboutSupport.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toolkit/content/aboutSupport.js b/toolkit/content/aboutSupport.js index 9f93772cceec..09a356aa990b 100644 --- a/toolkit/content/aboutSupport.js +++ b/toolkit/content/aboutSupport.js @@ -262,7 +262,7 @@ var snapshotFormatters = { // @where The name in "graphics--tbody", of the element to append to. // @trs Array of row elements. function addRows(where, trs) { - $.append($('graphics-' + where + '-tbody'), trs); + $.append($("graphics-" + where + "-tbody"), trs); } // Build and append a row. @@ -408,7 +408,7 @@ var snapshotFormatters = { } addRow(id, "active", strings.GetStringFromName(active)); addRows(id, trs); - }; + } showGpu("gpu-1", ""); showGpu("gpu-2", "2");