]> git.proxmox.com Git - pmg-gui.git/commitdiff
jslint: fix trailing comma
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 15 Dec 2017 07:28:13 +0000 (08:28 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 15 Dec 2017 08:00:55 +0000 (09:00 +0100)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
js/MailTracker.js

index d1426cb2b9dbd5eedf4e3d53e12e4404ce9dafa7..98ffab84b7189b0aa023b60679f30a9406764376 100644 (file)
@@ -4,7 +4,7 @@ Ext.define('pmg-mail-tracker', {
     fields: [
        'id' , 'from', 'to', 'dstatus', 'rstatus', 'qid', 'msgid', 'client',
        { type: 'number', name: 'size' },
-       { type: 'date', dateFormat: 'timestamp', name: 'time' },
+       { type: 'date', dateFormat: 'timestamp', name: 'time' }
     ],
     proxy: {
        type: 'proxmox'