mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-29 11:12:23 +08:00
Merge pull request #2847 from luisrudge/patch-1
add reload arguments to pjax reload
This commit is contained in:
@@ -39,7 +39,7 @@ function test_disable() {
|
||||
}
|
||||
|
||||
function test_reload() {
|
||||
$.pjax.reload();
|
||||
$.pjax.reload("#pjax-container");
|
||||
}
|
||||
|
||||
function test_defauluts() {
|
||||
|
||||
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