forked from 0x2620/oxjs
fixing some video editor bugs (focus, markers)
This commit is contained in:
parent
f311e05412
commit
78a4229689
3 changed files with 10 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue