mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
experimenting with render...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
c26ee4e20c
commit
2ad3ccdd7e
@ -522,6 +522,17 @@ var BaseItemPrototype = {
|
||||
get path(){
|
||||
return this.pathArray.join('/') },
|
||||
|
||||
|
||||
// XXX local update/render...
|
||||
// XXX should we use these in the main render???
|
||||
render: function(){
|
||||
// XXX
|
||||
},
|
||||
update: function(){
|
||||
// XXX
|
||||
},
|
||||
|
||||
|
||||
__init__(...state){
|
||||
Object.assign(this, ...state) },
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user