Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-02-15 17:39:44 +03:00
parent ea6209316e
commit 86b1793572

View File

@ -247,6 +247,11 @@ var BaseBrowserPrototype = {
// to do this we need a simple way to access an item...
// .....might be a good idea to simply load the .items[key] and
// assign/update it with the new values...
// XXX make .items a "dict"... (???)
// - Item.group(..) would need to be reworked...
// - nesting/ordering would need to be rethought...
// ...is it worth it???
// can item access via index be done via a separate index???
make: function(options){
var items = this.items = []