mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10: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(..), ..)
|
||||
// // XXX not implemented yet...
|
||||
// .group(make(..), .., options)
|
||||
// -> make
|
||||
//
|
||||
// Example:
|
||||
// make.group(
|
||||
// make(1),
|
||||
// make(2),
|
||||
// make(3))
|
||||
// make(3),
|
||||
// // literal item...
|
||||
// 4)
|
||||
//
|
||||
// XXX need to cleanup the args...
|
||||
// XXX do we need to pass options to groups???
|
||||
@ -84,9 +84,6 @@ Items.group = function(...items){
|
||||
return this
|
||||
}
|
||||
|
||||
Items.embed = function(list, options){
|
||||
return this(list, options) }
|
||||
|
||||
Items.nest = function(item, list, options){
|
||||
options = options || {}
|
||||
options.sublist = list
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user