mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
171cde55fb
commit
3b8e343003
@ -85,7 +85,6 @@ var BrowserPrototype = {
|
||||
.toArray()
|
||||
},
|
||||
set path(value){
|
||||
console.log('!!!', value)
|
||||
// XXX normalize path...
|
||||
return this.update(value)
|
||||
},
|
||||
@ -201,6 +200,7 @@ var BrowserPrototype = {
|
||||
|
||||
// deselect...
|
||||
} else if(elem == 'none'){
|
||||
browser.find('.path .dir.cur').empty()
|
||||
return elems
|
||||
.filter('.selected')
|
||||
.removeClass('selected')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user