mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
more notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
60850313ed
commit
9402c16739
@ -297,8 +297,7 @@ var BaseBrowserPrototype = {
|
||||
|
||||
// item constructor...
|
||||
//
|
||||
// make(value)
|
||||
// make(value, options)
|
||||
// make(value[, options])
|
||||
// make(value, func[, options])
|
||||
// -> make
|
||||
//
|
||||
@ -320,12 +319,11 @@ var BaseBrowserPrototype = {
|
||||
: opts
|
||||
|
||||
// item id...
|
||||
// XXX revise id generation...
|
||||
// XXX these should include the path... (???)
|
||||
// XXX do a better id...
|
||||
// XXX should these include the path???
|
||||
var key = opts.id
|
||||
// value is a browser -> generate an unique id...
|
||||
// XXX identify via API...
|
||||
// XXX do a better id
|
||||
// XXX identify via structure...
|
||||
|| (value instanceof Browser
|
||||
&& Date.now())
|
||||
|| JSON.stringify(value)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user