Fix definitions for TS 0.9

This commit is contained in:
Neil Stalker
2013-06-25 13:44:00 +01:00
parent 5897eeb78c
commit 8d4540f61b
7 changed files with 85 additions and 86 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ interface IFirebaseQuery {
ref(): Firebase;
}
class Firebase implements IFirebaseQuery {
declare class Firebase implements IFirebaseQuery {
constructor(firebaseURL: string);
auth(authToken: string, onComplete?: (error: string, result: IFirebaseAuthResult) => void, onCancel?:(error: string) => void): void;
unauth(): void;