mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ea6209316e
commit
86b1793572
@ -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 = []
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user