1
0
Fork 0
forked from 0x2620/oxjs

fixing some video editor bugs (focus, markers)

This commit is contained in:
rolux 2011-05-19 15:09:59 +02:00
commit 78a4229689
3 changed files with 10 additions and 16 deletions

View file

@ -27,7 +27,6 @@ Ox.forEach($('<div>'), function(val, key) {
if (Ox.isFunction(val)) {
Ox.JQueryElement.prototype[key] = function() {
var args = arguments, id, ret, that = this;
if (key == 'size') Ox.print('size', args)
Ox.forEach(args, function(arg, i) {
// if an ox object was passed
// then pass its $element instead