From c11108bded5485bc0b34197dc9527318afbbe864 Mon Sep 17 00:00:00 2001 From: Rolux Date: Fri, 5 Feb 2010 14:43:54 +0530 Subject: [PATCH] use Ox.print() --- build/js/ox.ui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/js/ox.ui.js b/build/js/ox.ui.js index 6cba150..0bb20d2 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); } }; }();