Test all properties of options in 'jquery.pjax'.

This commit is contained in:
Daniel Rosenwasser
2015-08-05 14:16:51 -07:00
parent 290fa269a8
commit 4b4fd6dd16
+7 -3
View File
@@ -47,11 +47,15 @@ function test_defauluts() {
timeout: 650,
push: true,
replace: false,
maxCacheLength: 20,
version: $.noop,
scrollTo: 0,
type: 'GET',
dataType: 'html',
scrollTo: 0,
maxCacheLength: 20,
version: $.noop
container: "#pjax-container",
url: "https://jquery.com/",
target: "https://jquery.com/",
fragment: "#pjax-response",
};
}