minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-06-01 23:58:01 +03:00
parent e9daf8a1b7
commit 60d10fbfe4

View File

@ -826,7 +826,7 @@ var BrowserPrototype = {
// restore selection if path did not change... // restore selection if path did not change...
} else if(path instanceof Array } else if(path instanceof Array
&& path.length == this.path.length && 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 var selection = this.selected
// no selection... // no selection...