mugfix in keyboard handler...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-03-08 13:34:54 +03:00
parent 9b8746d41f
commit 8bdeae183c
2 changed files with 1 additions and 2 deletions

View File

@ -1635,7 +1635,6 @@ var KeyboardUIActions = actions.Actions({
//*/
})
var KeyboardUI =
module.KeyboardUI = core.ImageGridFeatures.Feature({
title: '',

View File

@ -1038,7 +1038,7 @@ var KeyboardPrototype = {
// set handler if given...
if(handler && handler != ''){
keyboard[mode][key] = handler
keyboard[mode][that.joinKey(key)] = handler
}
})
}