merging changes
This commit is contained in:
parent
e692e54c90
commit
8689630e50
|
@ -4271,13 +4271,18 @@ 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 {
|
||||
modifiers: modifiers,
|
||||
key: key
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
self.onChange = function(key, value) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user