mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8d6378d316
commit
f53afb410c
@ -162,12 +162,12 @@ Items.nest = function(item, list, options){
|
||||
//---------------------------------------------------------------------
|
||||
// wrappers...
|
||||
|
||||
Items.Item = function(value, options){}
|
||||
Items.Item = function(value, options){ return this(...arguments) }
|
||||
Items.Separator = function(){ return this('---') }
|
||||
Items.Spinner = function(){ return this('...') }
|
||||
Items.Action = function(value, options){}
|
||||
Items.Heading = function(value, options){}
|
||||
Items.Empty = function(value){}
|
||||
Items.Separator = function(value){}
|
||||
Items.Spinner = function(value){}
|
||||
Items.Selected = function(value){}
|
||||
Items.Editable = function(value){}
|
||||
Items.ConfirmAction = function(value){}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user