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
3724bce522
commit
3e40a31673
@ -2483,6 +2483,7 @@ var BaseBrowserPrototype = {
|
||||
// XXX use partial render for things like search....
|
||||
// XXX make partial render be lazy -- i.e. add/remove elements and
|
||||
// do not reconstruct the ones already present...
|
||||
// XXX should from/to/around/count be a feature of this or of .walk(..)???
|
||||
render: function(options, renderer, context){
|
||||
context = context || {}
|
||||
renderer = renderer || this
|
||||
@ -4043,6 +4044,7 @@ var HTMLBrowserPrototype = {
|
||||
return elem
|
||||
},
|
||||
|
||||
|
||||
/* XXX sort out .dom updates...
|
||||
render: function(...args){
|
||||
var res = object.parent(HTMLBrowserPrototype.render, this).call(this, ...args)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user