mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1e3884d8a8
commit
c0e982a33c
@ -496,9 +496,20 @@ var BaseBrowserPrototype = {
|
|||||||
.render(options) },
|
.render(options) },
|
||||||
|
|
||||||
|
|
||||||
|
// XXX item API...
|
||||||
|
get: function(){},
|
||||||
|
set: function(){},
|
||||||
|
remove: function(){},
|
||||||
|
sort: function(){},
|
||||||
|
splice: function(){},
|
||||||
|
|
||||||
// events / actions...
|
// events / actions...
|
||||||
focus: function(item){},
|
focus: function(item){
|
||||||
select: function(item){},
|
// XXX exclusively set item.focus...
|
||||||
|
},
|
||||||
|
select: function(item){
|
||||||
|
// XXX set item.selected...
|
||||||
|
},
|
||||||
open: function(item){},
|
open: function(item){},
|
||||||
enter: function(item){},
|
enter: function(item){},
|
||||||
// XXX can we unify these???
|
// XXX can we unify these???
|
||||||
@ -508,13 +519,6 @@ var BaseBrowserPrototype = {
|
|||||||
load: function(target){},
|
load: function(target){},
|
||||||
close: function(reason){},
|
close: function(reason){},
|
||||||
|
|
||||||
// XXX item API...
|
|
||||||
get: function(){},
|
|
||||||
set: function(){},
|
|
||||||
remove: function(){},
|
|
||||||
sort: function(){},
|
|
||||||
splice: function(){},
|
|
||||||
|
|
||||||
// XXX should there return an array or a .constructor(..) instance??
|
// XXX should there return an array or a .constructor(..) instance??
|
||||||
forEach: function(){},
|
forEach: function(){},
|
||||||
map: function(){},
|
map: function(){},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user