mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Fix aboutSupport.js eslint bustage, bug 1263849 r=orange
This commit is contained in:
parent
6e0f48b380
commit
5728cb1467
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user