forked from 0x2620/oxjs
Ox.UI -> Ox
This commit is contained in:
parent
6df89d9c06
commit
ba22a7e2eb
2 changed files with 3 additions and 3 deletions
|
|
@ -79,7 +79,7 @@ Ox.Tooltip = function(options, self) {
|
|||
self.y = y;
|
||||
}
|
||||
$('.OxTooltip').detach(); // fixme: don't use DOM
|
||||
that.appendTo(Ox.UI.$body);
|
||||
that.appendTo(Ox.$body);
|
||||
width = that.width();
|
||||
height = that.height();
|
||||
left = Ox.limit(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue