mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +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){
|
dialog_1 = browser.Browser(function(make){
|
||||||
make(['list', 'of', 'text'])
|
make(['list', 'of', 'text'])
|
||||||
make.group(
|
make.group(
|
||||||
make('group item 0'),
|
make('group item 0', function(){ console.log('###') }),
|
||||||
'group item 1 (bare)')
|
'group item 1 (bare)')
|
||||||
// XXX Q: should we show only one if multiple lines are in sequence???
|
// XXX Q: should we show only one if multiple lines are in sequence???
|
||||||
make('---')
|
make('---')
|
||||||
//make('---')
|
|
||||||
// XXX not yet visible...
|
|
||||||
//make('...')
|
|
||||||
//make('e')
|
|
||||||
// embeded browser...
|
// embeded browser...
|
||||||
make(browser.Browser(function(make){
|
make(browser.Browser(function(make){
|
||||||
make('inlined browser item 0')
|
make('inlined browser item 0')
|
||||||
|
|||||||
@ -966,7 +966,6 @@ var BaseBrowserPrototype = {
|
|||||||
options, context) },
|
options, context) },
|
||||||
|
|
||||||
|
|
||||||
// XXX EXPERIMENTAL...
|
|
||||||
//
|
//
|
||||||
// Get list of matching elements...
|
// Get list of matching elements...
|
||||||
// NOTE: this is similar to .filter(..)
|
// NOTE: this is similar to .filter(..)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user