1
0
Fork 0
forked from 0x2620/oxjs
This commit is contained in:
rolux 2012-05-24 09:46:42 +02:00
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({
keys: Ox.unique(
[self.options.sort[0].key].concat(self.options.keys)
);
)
});
}