Skip to content

Commit

Permalink
[#25] Rename ckan.views.viewhelpers.filters -> ckan.views.filters
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbaptista committed Jul 3, 2014
1 parent c622f5c commit 523b968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/basiccharts/theme/public/basiccharts_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ckan.module("basiccharts_view", function (jQuery) {
}

function setupFilters(defaultFilters) {
var routeFilters = ckan.views.viewhelpers.filters.get();
var routeFilters = ckan.views.filters.get();

return $.extend({}, defaultFilters, routeFilters);
}
Expand Down

0 comments on commit 523b968

Please sign in to comment.