From ad6cdac1da63b696602d86059b670e7be384701b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 21 Jul 2019 00:04:12 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse2.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index 4388b6e7..2215e6ab 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -2821,7 +2821,6 @@ var BaseBrowserPrototype = { // first result only. // // XXX should we be able to get offset values relative to any match? - // XXX BUG: when pattern is a path this returns a view rather than the item.... get: function(pattern, options){ var args = [...arguments] pattern = args.shift() @@ -4421,9 +4420,6 @@ var HTMLBrowserPrototype = { // passed 'pagetop'/'pagebottom' + offset, this may become an // issue if .get(..) starts doing something extra, currently // this is a non-issue... - // - // XXX BUG: when pattern is a path this returns a view rather than the item.... - // ...could be an upstream bug... get: function(pattern){ var args = [...arguments].slice(1) var offset = typeof(args[0]) == typeof(123) ?