From 0a8f9e6df426d3cd601229c67ec14cfbc676ab92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Rudge?= Date: Thu, 18 Sep 2014 23:36:53 -0300 Subject: [PATCH] add reload arguments to pjax reload --- jquery.pjax/jquery.pjax.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.pjax/jquery.pjax.d.ts b/jquery.pjax/jquery.pjax.d.ts index 621d87d21..48e48bcac 100644 --- a/jquery.pjax/jquery.pjax.d.ts +++ b/jquery.pjax/jquery.pjax.d.ts @@ -131,7 +131,7 @@ interface PjaxStatic { /** * Reload current page with pjax. */ - reload(): JQueryXHR; + reload(container: string, options?: PjaxSettings): JQueryXHR; } interface JQuerySupport {