aboutsummaryrefslogtreecommitdiff
path: root/javascript/app/components/type-signature-text.js
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/app/components/type-signature-text.js')
-rw-r--r--javascript/app/components/type-signature-text.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/app/components/type-signature-text.js b/javascript/app/components/type-signature-text.js
index e4eb200..ce33607 100644
--- a/javascript/app/components/type-signature-text.js
+++ b/javascript/app/components/type-signature-text.js
@@ -1,4 +1,4 @@
import Ember from 'ember';
export default Ember.Component.extend({
- tagName : "span"
+ tagName : "span"
});