Ox.elements -> Ox.
This commit is contained in:
parent
0eeb4ab5e5
commit
9db80ffb65
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ Ox.InfoList = function(options, self) {
|
||||||
$parent.css({width: width - 144});
|
$parent.css({width: width - 144});
|
||||||
$parent.parent().css({width: width - 144});
|
$parent.parent().css({width: width - 144});
|
||||||
$parent.parent().parent().css({width: width - 8});
|
$parent.parent().parent().css({width: width - 8});
|
||||||
Ox.elements[id].options({width: width - 152});
|
Ox.$elements[id].options({width: width - 152});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue