diff --git a/build/js/ox.ui.js b/build/js/ox.ui.js index 6cba1500..0bb20d27 100644 --- a/build/js/ox.ui.js +++ b/build/js/ox.ui.js @@ -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); } }; }();