cosmetic changes

This commit is contained in:
rolux 2014-02-17 08:24:23 +00:00
parent fae278abf0
commit 06ad2581f6

View file

@ -29,11 +29,11 @@ Ox.Filter = function(options, self) {
findKeys: [], findKeys: [],
list: null, list: null,
sortKeys: [], sortKeys: [],
viewKeys: [],
value: { value: {
conditions: [], conditions: [],
operator: '&' operator: '&'
} },
viewKeys: []
}) })
.options(options || {}) .options(options || {})
.update({ .update({