typos
This commit is contained in:
parent
1c40fb007b
commit
a836b285cc
2 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@ Ox.IconList = function(options, self) {
|
|||
that.$element.options({
|
||||
keys: Ox.unique(
|
||||
[self.options.sort[0].key].concat(self.options.keys)
|
||||
);
|
||||
)
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -150,7 +150,7 @@ Ox.InfoList = function(options, self) {
|
|||
that.$element.options({
|
||||
keys: Ox.unique(
|
||||
[self.options.sort[0].key].concat(self.options.keys)
|
||||
);
|
||||
)
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue