mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-28 12:43:06 +08:00
add reload arguments to pjax reload
This commit is contained in:
Vendored
+1
-1
@@ -131,7 +131,7 @@ interface PjaxStatic {
|
||||
/**
|
||||
* Reload current page with pjax.
|
||||
*/
|
||||
reload(): JQueryXHR;
|
||||
reload(container: string, options?: PjaxSettings): JQueryXHR;
|
||||
}
|
||||
|
||||
interface JQuerySupport {
|
||||
|
||||
Reference in New Issue
Block a user