merging changes
This commit is contained in:
parent
8689630e50
commit
dcd80f7268
|
@ -4271,12 +4271,7 @@ requires
|
||||||
);
|
);
|
||||||
|
|
||||||
function parseKeyboard(str) {
|
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
|
||||||
=======
|
|
||||||
if (Ox.isObject(str)) return str; // fixme: this should not happen
|
|
||||||
>>>>>>> MERGE-SOURCE
|
|
||||||
var modifiers = str.split(" "),
|
var modifiers = str.split(" "),
|
||||||
key = modifiers.pop();
|
key = modifiers.pop();
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user