aboutsummaryrefslogtreecommitdiff
path: root/javascript/app/components/instance-info.js
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/app/components/instance-info.js')
-rw-r--r--javascript/app/components/instance-info.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/app/components/instance-info.js b/javascript/app/components/instance-info.js
index a0e04ed..339d415 100644
--- a/javascript/app/components/instance-info.js
+++ b/javascript/app/components/instance-info.js
@@ -10,7 +10,7 @@ export default Ember.Component.extend({
return this.get('nestedLevel') + 1;
}),
actions : {
- goToDefinition (event) {
+ goToDefinition (event) {
goToDefinition(this.get('store'),
this.get('instance.location'),
event.which,