mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
add reload arguments to pjax reload
This commit is contained in:
parent
b0b4af1223
commit
0a8f9e6df4
2
jquery.pjax/jquery.pjax.d.ts
vendored
2
jquery.pjax/jquery.pjax.d.ts
vendored
@ -131,7 +131,7 @@ interface PjaxStatic {
|
||||
/**
|
||||
* Reload current page with pjax.
|
||||
*/
|
||||
reload(): JQueryXHR;
|
||||
reload(container: string, options?: PjaxSettings): JQueryXHR;
|
||||
}
|
||||
|
||||
interface JQuerySupport {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user