Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrchk committed Nov 2, 2018
1 parent 9b4347d commit 37d9f6a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
33 changes: 17 additions & 16 deletions dist/swup.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,28 +323,29 @@ var Swup = function () {
* handler arrays
*/
this._handlers = {
willReplaceContent: [],
contentReplaced: [],
pageView: [],
hoverLink: [],
clickLink: [],
samePage: [],
samePageWithHash: [],
animationOutStart: [],
animationInDone: [],
animationInStart: [],
animationOutDone: [],
animationOutStart: [],
animationSkipped: [],
pagePreloaded: [],
clickLink: [],
contentReplaced: [],
disabled: [],
enabled: [],
hoverLink: [],
openPageInNewTab: [],
pageLoaded: [],
scrollStart: [],
scrollDone: [],
animationInStart: [],
animationInDone: [],
pagePreloaded: [],
pageRetrievedFromCache: [],
pageView: [],
popState: [],
openPageInNewTab: [],
samePage: [],
samePageWithHash: [],
scrollDone: [],
scrollStart: [],
serverError: [],
submitForm: [],
enabled: [],
disabled: []
willReplaceContent: []
};

/**
Expand Down
Loading

0 comments on commit 37d9f6a

Please sign in to comment.