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
f3c3393f4b
commit
e13984fca2
@ -527,6 +527,10 @@ var BaseItemPrototype = {
|
||||
|
||||
|
||||
// NOTE: these should not clash with user-supplied handlers ('update' does not)...
|
||||
//
|
||||
// XXX BUG: calling this on a nested/inlined browser will mess things up...
|
||||
// ...the issue seems to be with root options not being available
|
||||
// for partial render in a nested context...
|
||||
update: function(options){
|
||||
this.parent
|
||||
&& this.parent.render(this, options)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user