Skip to content

Commit

Permalink
fix(pat structure): Also import backbone.paginator and avoid a import…
Browse files Browse the repository at this point in the history
…/initialization problem where Backbone wasn't available.
  • Loading branch information
thet committed May 19, 2022
1 parent 0aeb5c6 commit 7c2b37f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pat/structure/structure.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export default Base.extend({
const Backbone = (await import("backbone")).default;
window._ = _;
window.Backbone = Backbone;
await import("backbone.paginator");

const AppView = (await import("./js/views/app")).default;

Expand Down

0 comments on commit 7c2b37f

Please sign in to comment.