debugging
This commit is contained in:
parent
09796cd151
commit
7024ef53b5
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ Ox.Focus = (function() {
|
|||
return $element && $element.hasClass('OxKeyboardFocus');
|
||||
},
|
||||
gainFocus: function($element) {
|
||||
Ox.print('GAIN FOCUS', $element)
|
||||
var $focusedElement = that.focusedElement(),
|
||||
oxid = $element.oxid,
|
||||
index = stack.indexOf(oxid);
|
||||
|
|
Loading…
Reference in a new issue