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
10f6cbf651
commit
aba9bb75da
@ -980,7 +980,7 @@ var BaseBrowserPrototype = {
|
||||
return (this.pathArray || []).join('/') },
|
||||
set path(value){
|
||||
this.load(value) },
|
||||
// XXX
|
||||
// XXX do we make this writable???
|
||||
get pathArray(){
|
||||
return this.__items != null ?
|
||||
this.get('focused',
|
||||
@ -3170,6 +3170,8 @@ var HTMLItemPrototype = {
|
||||
// calling .elem.replaceWith(..)...
|
||||
// the new .dom value is replaced correctly but it is detached,
|
||||
// thus we see no change...
|
||||
// XXX THIS IS WRONG...
|
||||
// ...this can detach elements, see above for more info...
|
||||
set elem(value){
|
||||
this.dom ?
|
||||
this.elem.replaceWith(value)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user