merging changes
This commit is contained in:
parent
b42ba9534e
commit
b90587e048
1 changed files with 0 additions and 5 deletions
|
@ -4271,12 +4271,7 @@ requires
|
|||
);
|
||||
|
||||
function parseKeyboard(str) {
|
||||
<<<<<<< TREE
|
||||
Ox.print("str", str, options)
|
||||
if (Ox.isObject(str)) return str; // fixme: this should not happen
|
||||
=======
|
||||
if (Ox.isObject(str)) return str; // fixme: this should not happen
|
||||
>>>>>>> MERGE-SOURCE
|
||||
var modifiers = str.split(" "),
|
||||
key = modifiers.pop();
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue