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 dab6f89 commit 8c33fbdCopy full SHA for 8c33fbd
src/resource-manager/resource_detail_view.js
@@ -27,7 +27,7 @@ cls.ResourceDetailView = function(id, name, container_class, html, default_handl
27
28
this.TEXT_RESOURCE_DETAIL_CONTAINER_SELECTOR = ["markup", "css", "script", "text"].map(function(v) {
29
return ".resource-detail-" + v + "-container";
30
- });
+ }).join(",");
31
var HIGHLIGHTED_LINE_CLASSNAME = "highlighted-line";
32
var TEXT = document.TEXT_NODE;
33
var ELE = document.ELEMENT_NODE;
0 commit comments