We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f713829 commit 58bba72Copy full SHA for 58bba72
src/ecma-debugger/objectinspection.6.0/templates.js
@@ -294,7 +294,7 @@
294
ret.push(STYLE_EXPANDED);
295
ret.push(
296
"/>" +
297
- "<key " + (has_match ? "" : " class='no-match'") +
+ "<key " + (has_match ? "" : " class='no-match' ") +
298
"data-spec='dom#" + esc_name + "'" + editable(prop) +
299
">" + esc_name + "</key>" +
300
(esc_name ? " " : "") +
0 commit comments