1
0
Fork 0
forked from 0x2620/oxjs

various focus/selection fixes

This commit is contained in:
j 2012-01-27 23:58:44 +05:30
commit ed4f7f0c2d
4 changed files with 15 additions and 9 deletions

View file

@ -45,7 +45,6 @@ Ox.Focus = (function() {
index > -1 && stack.splice(index, 1);
stack.push(id);
if (stack.length > 1) {
Ox.print('...', Object.keys(Ox.UI.elements[stack[stack.length - 2]]))
Ox.UI.elements[stack[stack.length - 2]]
.removeClass('OxFocus')
.triggerEvent('losefocus')