mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
08d78a3978
commit
9689707990
@ -366,7 +366,7 @@ actions.Actions({
|
||||
for(var k in this){
|
||||
if(!k.startsWith('_')
|
||||
&& this[k] != null
|
||||
// XXX HACK? ...this feels a bit too abstract...
|
||||
// XXX HACK? ...this feels wrong...
|
||||
&& !(this[k] instanceof this.constructor)
|
||||
&& this[k].json != null){
|
||||
res[k] = this[k].json() } } } }],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user