even more notes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-09-24 01:53:58 +03:00
parent 3f8985a8f4
commit 19abb66d73

View File

@ -536,6 +536,14 @@ var BaseItemPrototype = {
// - if no options given use defaults (i.e. this.options)
// - if options given use as-is
// - 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){
this.parent
&& this.parent.render(this, options)