Skip to content

Commit 9f80f8a

Browse files
author
p01
committed
Removed dead mini template
1 parent e96a9aa commit 9f80f8a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/resource-manager/resource_templates.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
window.templates = window.templates || {};
22

3-
templates.resource_icon = function(resource)
4-
{
5-
return ["span", "class", "resource-icon resource-type-" + resource.type];
6-
};
7-
83
templates.resource_tree =
94
{
105
URL_MATCH_CONTEXT_SIZE: 10,
@@ -19,7 +14,6 @@ templates.resource_tree =
1914
return name;
2015
},
2116

22-
2317
_expander_extras:function(context, pivotID, depth)
2418
{
2519
var hash = context.collapsed;

0 commit comments

Comments
 (0)