Fix aboutSupport.js eslint bustage, bug 1263849 r=orange

This commit is contained in:
David Anderson 2016-04-14 15:16:33 -04:00
parent 6e0f48b380
commit 5728cb1467

View File

@ -262,7 +262,7 @@ var snapshotFormatters = {
// @where The name in "graphics-<name>-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");