forked from 0x2620/oxjs
some improvements to Ox.VideoPlayer
This commit is contained in:
parent
57618c850f
commit
a19c271e8f
6 changed files with 213 additions and 49 deletions
|
|
@ -13,6 +13,10 @@ Ox.Focus = function() {
|
|||
_print: function() {
|
||||
Ox.print(stack);
|
||||
},
|
||||
_reset: function() {
|
||||
$('.OxFocus').removeClass('OxFocus');
|
||||
stack = [];
|
||||
},
|
||||
blur: function(id) {
|
||||
var index = stack.indexOf(id);
|
||||
if (index > -1 && index == stack.length - 1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue