1
0
Fork 0
forked from 0x2620/oxjs

various fixes related to adding place annotations

This commit is contained in:
rlx 2012-02-18 09:56:58 +00:00
commit a66c7c9bdd
2 changed files with 46 additions and 21 deletions

View file

@ -55,7 +55,6 @@ Ox.IconItem = function(options, self) {
});
self.title = formatText(self.options.title, self.lines - 1 - self.infoIsObject, self.lineLength);
Ox.print('ST::::', self.title)
if (!self.infoIsObject) {
self.info = formatText(self.options.info, 5 - self.title.split('<br/>').length, self.lineLength);
} else {