notes and cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-01-27 16:22:44 +03:00
parent befeab2011
commit a26ea4dc0f

View File

@ -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