]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - Utils.js
Utils: fix some lint errors
[proxmox-widget-toolkit.git] / Utils.js
index 600fcbef0568aaaea675e308076647cdb11fc6a7..689ee1aa87065ea9700c640594629c06d0673b27 100644 (file)
--- a/Utils.js
+++ b/Utils.js
@@ -218,7 +218,7 @@ Ext.define('Proxmox.Utils', { utilities: {
        if (clearMaskBeforeLoad) {
            me.mon(store, 'beforeload', function(s, operation, eOpts) {
                Proxmox.Utils.setErrorMask(me, false);
-           })
+           });
        } else {
            me.mon(store, 'beforeload', function(s, operation, eOpts) {
                if (!me.loadCount) {
@@ -476,7 +476,7 @@ Ext.define('Proxmox.Utils', { utilities: {
     render_timestamp: function(value, metaData, record, rowIndex, colIndex, store) {
        var servertime = new Date(value * 1000);
        return Ext.Date.format(servertime, 'Y-m-d H:i:s');
-    },
+    }
 
     },