1
0
Fork 0
forked from 0x2620/oxjs

some improvements to Ox.VideoPlayer

This commit is contained in:
rolux 2011-05-12 22:02:22 +02:00
commit a19c271e8f
6 changed files with 213 additions and 49 deletions

View file

@ -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) {