Merge pull request #7085 from Softpagehomeware/hotfix/persistence_options

PesistenceOptions is actually JQueryAjaxSettings.
This commit is contained in:
Masahiro Wakame
2015-12-28 14:28:24 +09:00
+1
View File
@@ -43,6 +43,7 @@ declare module Backbone {
interface PersistenceOptions {
url?: string;
data?: any;
beforeSend?: (jqxhr: JQueryXHR) => void;
success?: (modelOrCollection?: any, response?: any, options?: any) => void;
error?: (modelOrCollection?: any, jqxhr?: JQueryXHR, options?: any) => void;