merging changes

This commit is contained in:
rolux 2010-07-05 19:05:31 +02:00
parent 8689630e50
commit dcd80f7268

View File

@ -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 {