Skip to content

Commit 8c33fbd

Browse files
author
p01
committed
Explicit .join(",")
1 parent dab6f89 commit 8c33fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resource-manager/resource_detail_view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cls.ResourceDetailView = function(id, name, container_class, html, default_handl
2727

2828
this.TEXT_RESOURCE_DETAIL_CONTAINER_SELECTOR = ["markup", "css", "script", "text"].map(function(v) {
2929
return ".resource-detail-" + v + "-container";
30-
});
30+
}).join(",");
3131
var HIGHLIGHTED_LINE_CLASSNAME = "highlighted-line";
3232
var TEXT = document.TEXT_NODE;
3333
var ELE = document.ELEMENT_NODE;

0 commit comments

Comments
 (0)