mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added the test for the previous changes.
This commit is contained in:
Vendored
+1
-1
@@ -45,7 +45,7 @@ declare module Backbone {
|
||||
url?: string;
|
||||
beforeSend?: (jqxhr: JQueryXHR) => void;
|
||||
success?: (modelOrCollection?: any, response?: any, options?: any) => void;
|
||||
error?: (modelOrCollection: any, jqxhr: JQueryXHR, options?: any) => void;
|
||||
error?: (modelOrCollection?: any, jqxhr?: JQueryXHR, options?: any) => void;
|
||||
}
|
||||
|
||||
export interface ModelSetOptions extends Silenceable extends Validable {
|
||||
|
||||
Reference in New Issue
Block a user