mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
even more notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
3f8985a8f4
commit
19abb66d73
@ -536,6 +536,14 @@ var BaseItemPrototype = {
|
|||||||
// - if no options given use defaults (i.e. this.options)
|
// - if no options given use defaults (i.e. this.options)
|
||||||
// - if options given use as-is
|
// - if options given use as-is
|
||||||
// - defaults are taken from this.options if not present
|
// - defaults are taken from this.options if not present
|
||||||
|
//
|
||||||
|
// to reproduce:
|
||||||
|
// dialog.disable('2')
|
||||||
|
// or:
|
||||||
|
// dialog.disable('B/C/D/a')
|
||||||
|
//
|
||||||
|
// but this works OK:
|
||||||
|
// dialog.disable('nested/2')
|
||||||
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