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
e8950cebe8
commit
f8fb4514a4
@ -1104,6 +1104,12 @@ function(title, options){
|
|||||||
Object.assign(
|
Object.assign(
|
||||||
options,
|
options,
|
||||||
{
|
{
|
||||||
|
// XXX do we need a .type ???
|
||||||
|
//type: options.type || 'toggle',
|
||||||
|
|
||||||
|
// XXX need to:
|
||||||
|
// - call options.open if it exists...
|
||||||
|
// - do not define this if we already did...
|
||||||
open: function(evt){
|
open: function(evt){
|
||||||
// XXX CONTEXT...
|
// XXX CONTEXT...
|
||||||
var actions = options.app || that.app
|
var actions = options.app || that.app
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user