remove debugging code
This commit is contained in:
parent
7024ef53b5
commit
8f9a013236
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ 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