mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
more notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e13984fca2
commit
28fc726f94
@ -531,6 +531,11 @@ var BaseItemPrototype = {
|
|||||||
// XXX BUG: calling this on a nested/inlined browser will mess things up...
|
// XXX BUG: calling this on a nested/inlined browser will mess things up...
|
||||||
// ...the issue seems to be with root options not being available
|
// ...the issue seems to be with root options not being available
|
||||||
// for partial render in a nested context...
|
// for partial render in a nested context...
|
||||||
|
// ...one way to fix this would be to make the options inheritance
|
||||||
|
// protocol more strict:
|
||||||
|
// - if no options given use defaults
|
||||||
|
// - if options given use as-is
|
||||||
|
// - defaults are taken from this.options if not present
|
||||||
update: function(options){
|
update: function(options){
|
||||||
this.parent
|
this.parent
|
||||||
&& this.parent.render(this, options)
|
&& this.parent.render(this, options)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user