Update oboe.d.ts

This commit is contained in:
aabluedragon
2015-07-21 08:06:31 +03:00
parent e0453cb639
commit fadbb80bcc

2
oboe/oboe.d.ts vendored
View File

@@ -34,7 +34,7 @@ declare module "oboe" {
start(callback: (status: number, headers: Object) => void): Oboe;
abort();
abort():void;
source: string;
}