add reload arguments to pjax reload

This commit is contained in:
Luís Rudge
2014-09-18 23:36:53 -03:00
parent b0b4af1223
commit 0a8f9e6df4
+1 -1
View File
@@ -131,7 +131,7 @@ interface PjaxStatic {
/**
* Reload current page with pjax.
*/
reload(): JQueryXHR;
reload(container: string, options?: PjaxSettings): JQueryXHR;
}
interface JQuerySupport {