Updated comment

This commit is contained in:
Kiran Niranjan
2017-09-26 21:34:25 +05:30
committed by GitHub
parent dfbcf46412
commit 80a7460f47

View File

@@ -4,7 +4,7 @@ const { remote } = require('electron');
renderDom();
/**
* Method that renders the data from user config
* Method that renders application data
*/
function renderDom() {
document.addEventListener('DOMContentLoaded', function () {
@@ -18,4 +18,4 @@ function renderDom() {
versionText.innerHTML = version ? `Version ${version} (${version})` : null;
copyright.innerHTML = `Copyright © ${new Date().getFullYear()} ${applicationName}`
});
}
}