Merge pull request #4885 from ffMathy/patch-2

Update jquery.pjax.d.ts
This commit is contained in:
Masahiro Wakame
2015-07-13 22:46:18 +09:00

View File

@@ -32,6 +32,11 @@ interface PjaxSettings extends JQueryAjaxSettings {
* Whether to replaceState the URL. Defaults to false.
*/
replace?: boolean;
/**
* How many requests to cache. Defaults to 20.
*/
maxCacheLength?: number;
}
interface JQuery {