mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
notes and cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a2f7687335
commit
517672994d
@ -503,6 +503,8 @@ var TextBrowserPrototype = {
|
||||
renderIndent: '\t',
|
||||
},
|
||||
|
||||
// NOTE: we do not need .renderGroup(..) here as a group is not
|
||||
// visible in text...
|
||||
renderList: function(items, options){
|
||||
var that = this
|
||||
return this.renderSubList(items, null, options)
|
||||
@ -516,8 +518,6 @@ var TextBrowserPrototype = {
|
||||
e.map(function(e){ return (that.options.renderIndent || ' ') + e })
|
||||
: e })
|
||||
.flat() },
|
||||
//renderGroup: function(items, options){
|
||||
// return items },
|
||||
renderItem: function(item, i, options){
|
||||
var value = item.value || item
|
||||
return item.current ?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user