From 3f8985a8f45e64886984cf3601831a9690c215d9 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 23 Sep 2019 01:42:41 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index ff62170b..dd7b63bc 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -533,7 +533,7 @@ var BaseItemPrototype = { // for partial render in a nested context... // ...one way to fix this would be to make the options inheritance // protocol more strict: - // - if no options given use defaults + // - if no options given use defaults (i.e. this.options) // - if options given use as-is // - defaults are taken from this.options if not present update: function(options){