Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-08-31 01:14:07 +03:00
parent 1f746c2a41
commit 10f413a819

View File

@ -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()