Ox -> Ox.UI

This commit is contained in:
rlx 2014-09-26 14:50:15 +02:00
parent 8f948335ce
commit 6df89d9c06

View file

@ -586,7 +586,7 @@ Ox.load(/^https?:\/\/(www\.)?oxjs\.org\//.test(
var $item = $('<div>')
.addClass('item')
.attr({id: item.id})
.css({width: 224 - Ox.SCROLLBAR_SIZE + 'px'})
.css({width: 224 - Ox.UI.SCROLLBAR_SIZE + 'px'})
.appendTo($list);
$('<div>')
.addClass('OxSerif title')