mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
added stub logger...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2d77869306
commit
2a168d00a9
@ -284,6 +284,9 @@ $(function(){
|
||||
'Press \'O\' to load, \'F1\' for help or \'?\' for keyboard mappings.')
|
||||
|
||||
|
||||
a.logger = a.logger || {emit: function(e, v){ console.log(' ', e, v) }}
|
||||
|
||||
|
||||
// setup base keyboard for devel, in case something breaks...
|
||||
// This branch does not drop keys...
|
||||
if(a.config['max-key-repeat-rate'] < 0 || a.config['max-key-repeat-rate'] == null){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user