mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1f746c2a41
commit
10f413a819
@ -1892,7 +1892,6 @@ var BaseBrowserPrototype = {
|
||||
},
|
||||
|
||||
|
||||
// XXX EXPERIMENTAL...
|
||||
// Data views...
|
||||
//
|
||||
// For View object specifics see: BrowserViewMixin
|
||||
@ -2245,6 +2244,7 @@ var BaseBrowserPrototype = {
|
||||
// This extends the Array .map(..) by adding:
|
||||
// - ability to run without arguments
|
||||
// - support for options
|
||||
// - the handler will also get item path in addition to its index
|
||||
//
|
||||
//
|
||||
// NOTE: we do not inherit options from this.options here as it
|
||||
@ -2864,6 +2864,7 @@ var BaseBrowserPrototype = {
|
||||
renderGroup: function(items, context){
|
||||
return items },
|
||||
|
||||
|
||||
// Render state...
|
||||
//
|
||||
// .render()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user