From c46325e6f8d6d3013e7655e0f3414090681d6d39 Mon Sep 17 00:00:00 2001 From: SomaticIT Date: Mon, 15 Sep 2014 04:27:48 +0200 Subject: [PATCH] Fix some syntax issues --- node-azure/azure.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node-azure/azure.d.ts b/node-azure/azure.d.ts index 05cb58dea..cb1f3b694 100644 --- a/node-azure/azure.d.ts +++ b/node-azure/azure.d.ts @@ -1,7 +1,7 @@ // Type definitions for Azure SDK for Node - v0.9.16 // Project: https://github.com/WindowsAzure/azure-sdk-for-node // Definitions by: Andrew Gaspar , -// Anti Veeranna , +// Anti Veeranna , // Maxime LUCE // Definitions: https://github.com/borisyankov/DefinitelyTyped @@ -884,7 +884,7 @@ declare module "azure" { constructor(container: string, blob: string); static parse(blobXml: any): BlobResult; - static setHeadersFromBlob(webResource: WebResource, blob: BlobResult); + static setHeadersFromBlob(webResource: WebResource, blob: BlobResult): void; getPropertiesFromHeaders(headers: any): void; }