mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
cbb792431f
commit
852c343ee4
@ -163,7 +163,9 @@ Items.nest = function(item, list, options){
|
|||||||
//---------------------------------------------------------------------
|
//---------------------------------------------------------------------
|
||||||
// wrappers...
|
// wrappers...
|
||||||
|
|
||||||
|
// this is here for uniformity...
|
||||||
Items.Item = function(value, options){ return this(...arguments) }
|
Items.Item = function(value, options){ return this(...arguments) }
|
||||||
|
|
||||||
Items.Separator = function(){ return this('---') }
|
Items.Separator = function(){ return this('---') }
|
||||||
Items.Spinner = function(){ return this('...') }
|
Items.Spinner = function(){ return this('...') }
|
||||||
Items.Action = function(value, options){}
|
Items.Action = function(value, options){}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user