added stub events...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-02-23 06:38:46 +03:00
parent 9402c16739
commit dfa9a741a9

View File

@ -496,6 +496,18 @@ var BaseBrowserPrototype = {
.render(options) }, .render(options) },
// events / actions...
focus: function(item){},
select: function(item){},
open: function(item){},
enter: function(item){},
// XXX can we unify these???
collapse: function(item){},
expand: function(item){},
// XXX target can be item or path...
load: function(target){},
close: function(reason){},
// XXX item API... // XXX item API...
get: function(){}, get: function(){},
set: function(){}, set: function(){},