mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30: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
|
// XXX
|
||||||
var Items = module.items = function(){}
|
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...
|
// singular items...
|
||||||
//
|
//
|
||||||
// .Item(value[, make][, options])
|
// .Item(value[, make][, options])
|
||||||
@ -117,7 +124,7 @@ var BrowsePrototype = {
|
|||||||
// XXX scroll...
|
// XXX scroll...
|
||||||
|
|
||||||
|
|
||||||
__init__: function(){},
|
__init__: function(func, options){},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user