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 {