Asynchronous switch functions #79

Merged
oskarrough merged 2 commits from async-onswitch into master 2017-12-19 07:58:23 -05:00
Showing only changes of commit ebc7fa462c - Show all commits

View File

@@ -77,6 +77,7 @@ Pjax.prototype = {
}, },
onSwitch: function() { onSwitch: function() {
this.parseDOM(document)
trigger(window, "resize scroll") trigger(window, "resize scroll")
}, },