From b342292528fb5a075b1e22a53bb3d609ea3c314d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Rudge?= Date: Thu, 18 Sep 2014 23:38:33 -0300 Subject: [PATCH] add reload arguments to pjax reload --- jquery.pjax/jquery.pjax-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.pjax/jquery.pjax-tests.ts b/jquery.pjax/jquery.pjax-tests.ts index 214bb3922d..7b08ca6c4e 100644 --- a/jquery.pjax/jquery.pjax-tests.ts +++ b/jquery.pjax/jquery.pjax-tests.ts @@ -39,7 +39,7 @@ function test_disable() { } function test_reload() { - $.pjax.reload(); + $.pjax.reload("#pjax-container"); } function test_defauluts() {