Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-01-22 07:10:49 +03:00
parent 5fa5eed740
commit 61d829afcd

View File

@ -36,6 +36,13 @@ var widget = require('./widget')
// XXX
var Items = module.items = function(){}
// Focus last created item...
// XXX also would be nice to set the last created items to .last or
// similar in the context...
Items.focus = function(){
},
// singular items...
//
// .Item(value[, make][, options])
@ -117,7 +124,7 @@ var BrowsePrototype = {
// XXX scroll...
__init__: function(){},
__init__: function(func, options){},
}