Add azure mobile services module export

So that the module will play nicely with AMD style imports.
This commit is contained in:
beebes
2014-01-22 08:25:25 -08:00
parent 0dcda7497d
commit 50dfa2a182
@@ -91,4 +91,8 @@ declare module Microsoft.WindowsAzure {
}
}
declare module "WindowsAzure" {
export = WindowsAzure;
}
declare var WindowsAzure: Microsoft.WindowsAzure.WindowsAzureStatic;