fix filter bugs (saving)

This commit is contained in:
rlx 2011-12-22 14:42:32 +00:00
parent 24087ec713
commit e47305c93f

View file

@ -173,8 +173,8 @@ Ox.Filter = function(options, self) {
self.$save = Ox.InputGroup({ self.$save = Ox.InputGroup({
inputs: [ inputs: [
Ox.Checkbox({ self.$foo = Ox.Checkbox({
width: 16 width: 16,
}), }),
Ox.Input({ Ox.Input({
id: 'list', id: 'list',