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 8b7b0f3 commit 0837484Copy full SHA for 0837484
src/ecma-debugger/objectinspection.6.0/templates.js
@@ -383,7 +383,7 @@
383
"data-id='" + model.id + "' " +
384
(has_match ? "" : " class='no-match'") + ">" +
385
"<input type='button' " +
386
- "class='" + (model.scope_list_models ? "unfolded" : "") + "' >" +
+ "class='" + (model.scope_list_models ? "unfolded" : "") + "'/>" +
387
name +
388
"</header>"
389
);
0 commit comments