[pve-devel] [PATCH widget-toolkit 2/2] Utils: fix some lint errors
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Dec 6 18:39:53 CET 2017
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
Utils.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Utils.js b/Utils.js
index 600fcbe..689ee1a 100644
--- 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');
- },
+ }
},
--
2.11.0
More information about the pve-devel
mailing list