]> source.dussan.org Git - gitea.git/commit
convert all js var to let/const (#7464)
authorsilverwind <me@silverwind.io>
Tue, 16 Jul 2019 01:51:46 +0000 (03:51 +0200)
committerLunny Xiao <xiaolunwen@gmail.com>
Tue, 16 Jul 2019 01:51:46 +0000 (09:51 +0800)
commitf34726a4b9d76c9a49ce2d28ddde48af5d4745c4
tree6c584c7c93e66a201779191b732c38f2e16792c7
parentd2958d9f4633ddbde2202952d665b3d562eb0415
convert all js var to let/const (#7464)

Most of the work was done by `eslint --fix`, I fixed around 10 cases
where it could not auto-convert.
.eslintrc
public/js/draw.js
public/js/index.js