mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
cleanup and tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
087c4a4ccc
commit
ad5ff5b43c
@ -106,14 +106,10 @@ requirejs([
|
||||
dialog_1 = browser.Browser(function(make){
|
||||
make(['list', 'of', 'text'])
|
||||
make.group(
|
||||
make('group item 0'),
|
||||
make('group item 0', function(){ console.log('###') }),
|
||||
'group item 1 (bare)')
|
||||
// XXX Q: should we show only one if multiple lines are in sequence???
|
||||
make('---')
|
||||
//make('---')
|
||||
// XXX not yet visible...
|
||||
//make('...')
|
||||
//make('e')
|
||||
// embeded browser...
|
||||
make(browser.Browser(function(make){
|
||||
make('inlined browser item 0')
|
||||
|
||||
@ -966,7 +966,6 @@ var BaseBrowserPrototype = {
|
||||
options, context) },
|
||||
|
||||
|
||||
// XXX EXPERIMENTAL...
|
||||
//
|
||||
// Get list of matching elements...
|
||||
// NOTE: this is similar to .filter(..)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user