Skip to content

Commit

Permalink
Fix issue with eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
sam42352352 committed Nov 14, 2023
1 parent 0aff622 commit a8b0b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/LayoutsBundle/Resources/es6/ajax-paging.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class AjaxPaging {
this.loadInitial = this.el.hasAttribute('data-load-initial');
this.baseUrl = this.el.dataset.baseUrl;

el.ajaxPaging = this;
this.el.ajaxPaging = this;

this.init();
}
Expand Down

0 comments on commit a8b0b1c

Please sign in to comment.