aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexwl <alexey.a.kiryushin@gmail.com>2019-04-24 21:08:40 +0300
committeralexwl <alexey.a.kiryushin@gmail.com>2019-04-24 21:08:40 +0300
commit6b647e644625a999cf1b072700fcc132939face8 (patch)
treebe381dccb23daa857b2c0e835f6e924ded825012
parentb2a4ec8ae8adee00a6e4e9a8b3510212b51284fa (diff)
Remove unnecessary semicolon
-rw-r--r--javascript/app/components/identifier-info.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/app/components/identifier-info.js b/javascript/app/components/identifier-info.js
index bb859be..0e870a2 100644
--- a/javascript/app/components/identifier-info.js
+++ b/javascript/app/components/identifier-info.js
@@ -66,7 +66,7 @@ export default Ember.Component.extend({
this.set('downloadedDocumentation',hoogleDocs);
}});
});
- });;
+ });
}
}
})