mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +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){
|
for(var k in this){
|
||||||
if(!k.startsWith('_')
|
if(!k.startsWith('_')
|
||||||
&& this[k] != null
|
&& this[k] != null
|
||||||
// XXX HACK? ...this feels a bit too abstract...
|
// XXX HACK? ...this feels wrong...
|
||||||
&& !(this[k] instanceof this.constructor)
|
&& !(this[k] instanceof this.constructor)
|
||||||
&& this[k].json != null){
|
&& this[k].json != null){
|
||||||
res[k] = this[k].json() } } } }],
|
res[k] = this[k].json() } } } }],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user