mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-31 19:30:07 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
531d4e610c
commit
065acfea8a
@ -232,6 +232,9 @@ var BrowserPrototype = {
|
||||
// - glob
|
||||
// XXX need to support glob / nested patterns...
|
||||
// ..things like /**/a*/*moo/
|
||||
// XXX make this more compatible with the canonical filter....
|
||||
// - set this for predicate function...
|
||||
// - unwrap the element (???)
|
||||
filter: function(pattern, rejected, ignore_disabled){
|
||||
pattern = pattern || '*'
|
||||
ignore_disabled = typeof(rejected) == typeof(true) ? rejected : ignore_disabled
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user