Fixed: `this.reload` is now a Function

Closes #65
This commit is contained in:
Maxime Thirouin
2016-03-24 12:38:15 +01:00
parent a5d36d28f8
commit afe0ddb6b9
5 changed files with 15 additions and 4 deletions

View File

@@ -19,8 +19,8 @@ document.addEventListener("pjax:success", function() {
document.addEventListener("DOMContentLoaded", function() {
var pjax = new Pjax({
selectors: [".body"]
selectors: [".body"],
// currentUrlFullReload: true,
})
console.log("Pjax initialized.", pjax)
})