mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
notes and cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
befeab2011
commit
a26ea4dc0f
@ -51,15 +51,15 @@ Items.focus = function(){
|
|||||||
|
|
||||||
//
|
//
|
||||||
// .group(make(..), ..)
|
// .group(make(..), ..)
|
||||||
// // XXX not implemented yet...
|
|
||||||
// .group(make(..), .., options)
|
|
||||||
// -> make
|
// -> make
|
||||||
//
|
//
|
||||||
// Example:
|
// Example:
|
||||||
// make.group(
|
// make.group(
|
||||||
// make(1),
|
// make(1),
|
||||||
// make(2),
|
// make(2),
|
||||||
// make(3))
|
// make(3),
|
||||||
|
// // literal item...
|
||||||
|
// 4)
|
||||||
//
|
//
|
||||||
// XXX need to cleanup the args...
|
// XXX need to cleanup the args...
|
||||||
// XXX do we need to pass options to groups???
|
// XXX do we need to pass options to groups???
|
||||||
@ -84,9 +84,6 @@ Items.group = function(...items){
|
|||||||
return this
|
return this
|
||||||
}
|
}
|
||||||
|
|
||||||
Items.embed = function(list, options){
|
|
||||||
return this(list, options) }
|
|
||||||
|
|
||||||
Items.nest = function(item, list, options){
|
Items.nest = function(item, list, options){
|
||||||
options = options || {}
|
options = options || {}
|
||||||
options.sublist = list
|
options.sublist = list
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user