mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5fa5eed740
commit
61d829afcd
@ -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){},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user