Fix some syntax issues

This commit is contained in:
SomaticIT
2014-09-15 04:27:48 +02:00
parent 34da00610a
commit c46325e6f8
+2 -2
View File
@@ -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 <https://github.com/AndrewGaspar>,
// Anti Veeranna <https://github.com/antiveeranna>,
// Anti Veeranna <https://github.com/antiveeranna>,
// Maxime LUCE <https://github.com/SomaticIT>
// 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;
}