changed var to const
This commit is contained in:
parent
1862f84b97
commit
e232fcd55e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
var stagedFiles = null;
|
||||
|
||||
var publishFileFunctions = {
|
||||
const publishFileFunctions = {
|
||||
triggerFileChooser: function (fileInputId) {
|
||||
document.getElementById(fileInputId).click();
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue