Ox -> Ox.UI
This commit is contained in:
parent
8f948335ce
commit
6df89d9c06
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -586,7 +586,7 @@ Ox.load(/^https?:\/\/(www\.)?oxjs\.org\//.test(
|
||||||
var $item = $('<div>')
|
var $item = $('<div>')
|
||||||
.addClass('item')
|
.addClass('item')
|
||||||
.attr({id: item.id})
|
.attr({id: item.id})
|
||||||
.css({width: 224 - Ox.SCROLLBAR_SIZE + 'px'})
|
.css({width: 224 - Ox.UI.SCROLLBAR_SIZE + 'px'})
|
||||||
.appendTo($list);
|
.appendTo($list);
|
||||||
$('<div>')
|
$('<div>')
|
||||||
.addClass('OxSerif title')
|
.addClass('OxSerif title')
|
||||||
|
|
Loading…
Reference in a new issue