use Ox.print()
This commit is contained in:
parent
a6ef66674b
commit
c11108bded
|
@ -306,7 +306,7 @@ requires
|
|||
}
|
||||
stack.push(id);
|
||||
Ox.Event.bindKeyboard(id);
|
||||
console.log("focus", stack);
|
||||
Ox.print("focus", stack);
|
||||
},
|
||||
focused: function() {
|
||||
return stack[stack.length - 1];
|
||||
|
@ -319,7 +319,7 @@ requires
|
|||
/*
|
||||
Ox.Event.bindKeyboard(stack[stack.length - 1]);
|
||||
*/
|
||||
console.log("blur", stack);
|
||||
Ox.print("blur", stack);
|
||||
}
|
||||
};
|
||||
}();
|
||||
|
|
Loading…
Reference in New Issue
Block a user