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: // Example:
// make.group( // make.group(
// make(1), // make('made item'),
// make(2), // 'literal item')
// make(3),
// // literal item...
// 4)
// //
// XXX revise...
// XXX do we need to pass options to groups??? // XXX do we need to pass options to groups???
Items.group = function(...items){ Items.group = function(...items){
var that = this var that = this