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
8ebc8aa31d
commit
676e3c6440
@ -561,9 +561,9 @@ var BrowserPrototype = {
|
||||
&& header.classList.add('collapsed')
|
||||
e.appendChild(header)
|
||||
|
||||
// XXX STUB...
|
||||
// XXX BUG: nested list .render() when triggered without a
|
||||
// context will render the header...
|
||||
// collapse action handler...
|
||||
// XXX STUB: make this overloadable...
|
||||
// XXX handle the 'open' event...
|
||||
e.addEventListener('click', function(evt){
|
||||
item.collapsed = !item.collapsed
|
||||
// XXX need to pass the root context here...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user