From 9689707990089b6abe3eee2ec83c075e63086915 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 28 Dec 2020 05:24:51 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Viewer/features/base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Viewer/features/base.js b/Viewer/features/base.js index 7a398274..05164c25 100755 --- a/Viewer/features/base.js +++ b/Viewer/features/base.js @@ -366,7 +366,7 @@ actions.Actions({ for(var k in this){ if(!k.startsWith('_') && this[k] != null - // XXX HACK? ...this feels a bit too abstract... + // XXX HACK? ...this feels wrong... && !(this[k] instanceof this.constructor) && this[k].json != null){ res[k] = this[k].json() } } } }],