This commit is contained in:
rolux 2012-05-24 09:46:42 +02:00
parent 1c40fb007b
commit a836b285cc
2 changed files with 2 additions and 2 deletions

View file

@ -123,7 +123,7 @@ Ox.IconList = function(options, self) {
that.$element.options({ that.$element.options({
keys: Ox.unique( keys: Ox.unique(
[self.options.sort[0].key].concat(self.options.keys) [self.options.sort[0].key].concat(self.options.keys)
); )
}); });
} }

View file

@ -150,7 +150,7 @@ Ox.InfoList = function(options, self) {
that.$element.options({ that.$element.options({
keys: Ox.unique( keys: Ox.unique(
[self.options.sort[0].key].concat(self.options.keys) [self.options.sort[0].key].concat(self.options.keys)
); )
}); });
} }