diff options
author | alexwl <alexey.a.kiryushin@gmail.com> | 2019-04-24 21:08:40 +0300 |
---|---|---|
committer | alexwl <alexey.a.kiryushin@gmail.com> | 2019-04-24 21:08:40 +0300 |
commit | 6b647e644625a999cf1b072700fcc132939face8 (patch) | |
tree | be381dccb23daa857b2c0e835f6e924ded825012 /javascript/app | |
parent | b2a4ec8ae8adee00a6e4e9a8b3510212b51284fa (diff) |
Remove unnecessary semicolon
Diffstat (limited to 'javascript/app')
-rw-r--r-- | javascript/app/components/identifier-info.js | 2 |
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); }}); }); - });; + }); } } }) |