mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Format the test file.
This commit is contained in:
@@ -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 });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user