tweaking + testing...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-02-20 17:11:34 +03:00
parent 0e569b6261
commit 28a5bdc600
2 changed files with 3 additions and 3 deletions

View File

@ -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')
}))

View File

@ -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...