mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
isn't the same, so just added the "data" attribute.
This commit is contained in:
Vendored
+6
-1
@@ -41,7 +41,12 @@ declare module Backbone {
|
||||
parse?: any;
|
||||
}
|
||||
|
||||
interface PersistenceOptions extends JQueryAjaxSettings {
|
||||
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;
|
||||
}
|
||||
|
||||
interface ModelSetOptions extends Silenceable, Validable {
|
||||
|
||||
Reference in New Issue
Block a user