mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
tweaking + testing...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0e569b6261
commit
28a5bdc600
@ -129,8 +129,8 @@ requirejs([
|
||||
make.nest('C', browser.Browser(function(make){
|
||||
make('aaa')
|
||||
make.nest('D', browser.Browser(function(make){
|
||||
make('a--a')
|
||||
make('b--b')
|
||||
make('a')
|
||||
make('b')
|
||||
}))
|
||||
make('bbb')
|
||||
}))
|
||||
|
||||
@ -320,7 +320,7 @@ var BaseBrowserPrototype = {
|
||||
: opts
|
||||
|
||||
// XXX revise id generation...
|
||||
// XXX these should include the path...
|
||||
// XXX these should include the path... (???)
|
||||
var key = opts.id || JSON.stringify(value)
|
||||
|
||||
// no duplicate keys...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user