aboutsummaryrefslogtreecommitdiff
path: root/javascript/app/templates/components/type-component.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/app/templates/components/type-component.hbs')
-rw-r--r--javascript/app/templates/components/type-component.hbs3
1 files changed, 0 insertions, 3 deletions
diff --git a/javascript/app/templates/components/type-component.hbs b/javascript/app/templates/components/type-component.hbs
deleted file mode 100644
index 775324e..0000000
--- a/javascript/app/templates/components/type-component.hbs
+++ /dev/null
@@ -1,3 +0,0 @@
-{{#if (and expanded identifierInfo)}}({{/if}}
-<span class="source-code {{linkClass}}" onmouseup={{action "onmouseup"}}>{{occName}}</span>
-{{#if (and expanded identifierInfo)}} :: {{type-signature type=identifierInfo.idType identifiers=identifiers noExpand=true}}){{/if}}