use Ox.print()
This commit is contained in:
parent
150c3df7b6
commit
ba1eb02047
1 changed files with 2 additions and 2 deletions
|
@ -306,7 +306,7 @@ requires
|
||||||
}
|
}
|
||||||
stack.push(id);
|
stack.push(id);
|
||||||
Ox.Event.bindKeyboard(id);
|
Ox.Event.bindKeyboard(id);
|
||||||
console.log("focus", stack);
|
Ox.print("focus", stack);
|
||||||
},
|
},
|
||||||
focused: function() {
|
focused: function() {
|
||||||
return stack[stack.length - 1];
|
return stack[stack.length - 1];
|
||||||
|
@ -319,7 +319,7 @@ requires
|
||||||
/*
|
/*
|
||||||
Ox.Event.bindKeyboard(stack[stack.length - 1]);
|
Ox.Event.bindKeyboard(stack[stack.length - 1]);
|
||||||
*/
|
*/
|
||||||
console.log("blur", stack);
|
Ox.print("blur", stack);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}();
|
}();
|
||||||
|
|
Loading…
Reference in a new issue