Update jquery.pjax.d.ts

Added `maxCacheLength` field.
This commit is contained in:
Mathias Lykkegaard Lorenzen
2015-07-10 10:19:13 +02:00
parent 286c198898
commit e2fd4110f1
+5
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 {