1
0
Fork 0
forked from 0x2620/oxjs

add missing 'sums' option to IconList and InfoList

This commit is contained in:
rolux 2012-10-26 16:46:14 +02:00
commit 909184fbba
2 changed files with 5 additions and 0 deletions

View file

@ -25,6 +25,7 @@ Ox.InfoList = function(options, self) {
selected: [],
size: 192,
sort: [],
sums: [],
unique: ''
})
.options(options || {})
@ -75,6 +76,7 @@ Ox.InfoList = function(options, self) {
selectAsYouType: self.options.selectAsYouType,
selected: self.options.selected,
sort: self.options.sort,
sums: self.options.sums,
type: 'info',
unique: self.options.unique
})