diff options
author | Bryce Johnson <bryce@gitlab.com> | 2016-10-27 19:09:58 +0200 |
---|---|---|
committer | Bryce Johnson <bryce@gitlab.com> | 2016-10-31 11:39:52 +0100 |
commit | 5fb226a934b07b214dcbd6711f1068866c0c1dae (patch) | |
tree | 76cf76e0dd966b7e176c0be6f83eade4deeb189c /app/assets/javascripts/application.js | |
parent | 696f09c7bf15c090c46a7d9abe14e0c769576db2 (diff) | |
download | gitlab-ce-5fb226a934b07b214dcbd6711f1068866c0c1dae.tar.gz |
Remove leftover references to coffeescript from comments and docs.decaffeinate-the-docs
Diffstat (limited to 'app/assets/javascripts/application.js')
-rw-r--r-- | app/assets/javascripts/application.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js index e57cf1b3a58..fa1ec915f62 100644 --- a/app/assets/javascripts/application.js +++ b/app/assets/javascripts/application.js @@ -1,6 +1,6 @@ /* eslint-disable */ // This is a manifest file that'll be compiled into including all the files listed below. -// Add new JavaScript/Coffee code in separate files in this directory and they'll automatically +// Add new JavaScript code in separate files in this directory and they'll automatically // be included in the compiled file accessible from http://example.com/assets/application.js // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the // the compiled file. |