mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d7740bfd7a
commit
8db38b9e94
@ -34,6 +34,7 @@ function createWindow(){
|
||||
show: false,
|
||||
|
||||
// XXX get from config... (???)
|
||||
// XXX for some reason this shows as black...
|
||||
backgroundColor: '#333333',
|
||||
|
||||
|
||||
|
||||
@ -182,7 +182,7 @@ var PeerActions = actions.Actions({
|
||||
// - get proxies to specific peer...
|
||||
get peeractions(){
|
||||
this.cache('peeractions', function(d){
|
||||
return d instanceof Array ? d.clone() : this.getPeerActions() }) },
|
||||
return d instanceof Array ? d.slice() : this.getPeerActions() }) },
|
||||
|
||||
getPeerActions: ['- System/Peer/',
|
||||
function(id){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user