Format the test file.

This commit is contained in:
Junle
2014-06-16 02:09:24 +08:00
parent baca62733a
commit 019525512b
+2 -2
View File
@@ -4,6 +4,6 @@
function test_fn_pjax() {
$(document).pjax("a");
$(document).pjax("a", "#pjax-container");
$(document).pjax("a", {push: true});
$(document).pjax("a", "#pjax-container", {push: true});
$(document).pjax("a", { push: true });
$(document).pjax("a", "#pjax-container", { push: true });
}