mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6f49a438db
commit
c46b7121d2
@ -85,4 +85,8 @@ find "$BASE_PATH" -name \*.${EXT} -exec ${ARCH} \;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
echo done.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# vim:set nowrap nospell :
|
# vim:set nowrap nospell :
|
||||||
|
|||||||
@ -1089,15 +1089,15 @@ var KeyboardWithCSSModesPrototype = {
|
|||||||
return !pattern
|
return !pattern
|
||||||
|| pattern == '*'
|
|| pattern == '*'
|
||||||
// jQuery...
|
// jQuery...
|
||||||
|| context.is ?
|
|| (context.is ?
|
||||||
(context.is(pattern)
|
(context.is(pattern)
|
||||||
|| context.find(pattern).length > 0)
|
|| context.find(pattern).length > 0)
|
||||||
: false
|
: false)
|
||||||
// Vanilla JS...
|
// Vanilla JS...
|
||||||
|| context.matches ?
|
|| (context.matches ?
|
||||||
(context.matches(pattern)
|
(context.matches(pattern)
|
||||||
|| !!context.querySelector(pattern))
|
|| !!context.querySelector(pattern))
|
||||||
: false
|
: false)
|
||||||
},
|
},
|
||||||
|
|
||||||
__init__: function(keyboard, context){
|
__init__: function(keyboard, context){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user