mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +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 :
|
||||
|
||||
@ -1089,15 +1089,15 @@ var KeyboardWithCSSModesPrototype = {
|
||||
return !pattern
|
||||
|| pattern == '*'
|
||||
// jQuery...
|
||||
|| context.is ?
|
||||
|| (context.is ?
|
||||
(context.is(pattern)
|
||||
|| context.find(pattern).length > 0)
|
||||
: false
|
||||
: false)
|
||||
// Vanilla JS...
|
||||
|| context.matches ?
|
||||
|| (context.matches ?
|
||||
(context.matches(pattern)
|
||||
|| !!context.querySelector(pattern))
|
||||
: false
|
||||
: false)
|
||||
},
|
||||
|
||||
__init__: function(keyboard, context){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user