From 60d10fbfe4a38203d04ae7dd474190bbc30bf37e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 1 Jun 2016 23:58:01 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui (gen4)/lib/widget/browse.js b/ui (gen4)/lib/widget/browse.js index 650f34eb..6da08967 100755 --- a/ui (gen4)/lib/widget/browse.js +++ b/ui (gen4)/lib/widget/browse.js @@ -826,7 +826,7 @@ var BrowserPrototype = { // restore selection if path did not change... } else if(path instanceof Array && path.length == this.path.length - && path.filter(function(e, i){ return e != this.path[i] }).length == 0){ + && path.filter(function(e, i){ return e != that.path[i] }).length == 0){ var selection = this.selected // no selection...