forked from 0x2620/oxjs
resolve focus issues with video player find element
This commit is contained in:
parent
6480bddd4f
commit
ec7ec4d707
4 changed files with 48 additions and 35 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Ox.Focus <o> Basic focus handler
|
||||
@*/
|
||||
|
||||
Ox.Focus = function() {
|
||||
Ox.Focus = (function() {
|
||||
var stack = [];
|
||||
return {
|
||||
_print: function() {
|
||||
|
|
@ -50,4 +50,4 @@ Ox.Focus = function() {
|
|||
return stack.length ? stack[stack.length - 1] : null;
|
||||
}
|
||||
};
|
||||
}();
|
||||
}());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue