Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-07-20 15:20:11 +03:00
parent 29288efff2
commit 277a21d1e5

View File

@ -4421,6 +4421,9 @@ 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) ?