Skip to content

Commit

Permalink
FIxed Codacy warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri-Sintsov committed Oct 7, 2024
1 parent c228c8b commit ad00212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_jinja_knockout/static/djk/js/grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ function Grid(options) {

Grid.iocKoFilter_date = function(filter, options) {
options.type = 'date';
return {cls: GridRangeFilter, options:options};
return {cls: GridRangeFilter, options};
};

Grid.iocKoFilter_number = function(filter, options) {
Expand Down

0 comments on commit ad00212

Please sign in to comment.