Added the test for the previous changes.

This commit is contained in:
Kazi Manzur Rashid
2013-04-20 09:59:51 +06:00
parent d977feba3c
commit 0fea2d1a86
2 changed files with 158 additions and 3 deletions
+1 -1
View File
@@ -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 {