Decoders and cache and more tests

This commit is contained in:
Jonas Eriksson
2013-08-22 13:01:45 +02:00
parent 8d4c567c55
commit 698ead9d7e
2 changed files with 181 additions and 1 deletions
+3 -1
View File
@@ -51,7 +51,9 @@ interface amplifyRequest {
* error: Callback to invoke on error.
*/
define(resourceId: string, resource: Function): void;
decoders: any;
cache: any;
}
interface amplifySubscribe {