changed var to const

This commit is contained in:
bill bittner 2017-11-13 15:21:26 -05:00
parent 1862f84b97
commit e232fcd55e

View file

@ -1,6 +1,6 @@
var stagedFiles = null;
var publishFileFunctions = {
const publishFileFunctions = {
triggerFileChooser: function (fileInputId) {
document.getElementById(fileInputId).click();
},