Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-02-02 18:45:14 +03:00
parent a6eebf4aae
commit 867f9ea3b4

View File

@ -55,13 +55,9 @@ Items.focus = function(){
//
// Example:
// make.group(
// make(1),
// make(2),
// make(3),
// // literal item...
// 4)
// make('made item'),
// 'literal item')
//
// XXX revise...
// XXX do we need to pass options to groups???
Items.group = function(...items){
var that = this