mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +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.nest('C', browser.Browser(function(make){
|
||||||
make('aaa')
|
make('aaa')
|
||||||
make.nest('D', browser.Browser(function(make){
|
make.nest('D', browser.Browser(function(make){
|
||||||
make('a--a')
|
make('a')
|
||||||
make('b--b')
|
make('b')
|
||||||
}))
|
}))
|
||||||
make('bbb')
|
make('bbb')
|
||||||
}))
|
}))
|
||||||
|
|||||||
@ -320,7 +320,7 @@ var BaseBrowserPrototype = {
|
|||||||
: opts
|
: opts
|
||||||
|
|
||||||
// XXX revise id generation...
|
// XXX revise id generation...
|
||||||
// XXX these should include the path...
|
// XXX these should include the path... (???)
|
||||||
var key = opts.id || JSON.stringify(value)
|
var key = opts.id || JSON.stringify(value)
|
||||||
|
|
||||||
// no duplicate keys...
|
// no duplicate keys...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user