From 019525512bf31c8880d653971226274bac64b514 Mon Sep 17 00:00:00 2001 From: Junle Date: Mon, 16 Jun 2014 02:09:24 +0800 Subject: [PATCH] Format the test file. --- jquery.pjax/jquery.pjax-tests.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jquery.pjax/jquery.pjax-tests.ts b/jquery.pjax/jquery.pjax-tests.ts index 710a8f9e7..c0a9de43b 100644 --- a/jquery.pjax/jquery.pjax-tests.ts +++ b/jquery.pjax/jquery.pjax-tests.ts @@ -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 }); }