Change model to any to try and pass tests

This commit is contained in:
gscshoyru
2013-11-12 17:16:56 -08:00
parent f40bad2378
commit aa043e12ae
+1 -1
View File
@@ -113,7 +113,7 @@ declare module Backbone {
change(): any;
changedAttributes(attributes?: any): any[];
clear(options?: Silenceable): Model;
clear(options?: Silenceable): any;
clone(): Model;
destroy(options?: ModelDestroyOptions): any;
escape(attribute: string): string;