Fix jsHint errors
This commit is contained in:
Родитель
60cbdebe25
Коммит
824ec7f652
|
@ -31,7 +31,6 @@ var xml = azureCommon.xml2js;
|
|||
var js2xml = azureCommon.js2xml;
|
||||
var Service = azureCommon.Service;
|
||||
var WebResource = azureCommon.WebResource;
|
||||
var OperationStatus = azureCommon.OperationStatus;
|
||||
|
||||
var ComputeManagementClient = ( /** @lends ComputeManagementClient */ function() {
|
||||
/**
|
||||
|
|
|
@ -31,7 +31,6 @@ var xml = azureCommon.xml2js;
|
|||
var js2xml = azureCommon.js2xml;
|
||||
var Service = azureCommon.Service;
|
||||
var WebResource = azureCommon.WebResource;
|
||||
var OperationStatus = azureCommon.OperationStatus;
|
||||
|
||||
var ManagementClient = ( /** @lends ManagementClient */ function() {
|
||||
/**
|
||||
|
|
|
@ -31,7 +31,6 @@ var xml = azureCommon.xml2js;
|
|||
var js2xml = azureCommon.js2xml;
|
||||
var Service = azureCommon.Service;
|
||||
var WebResource = azureCommon.WebResource;
|
||||
var OperationStatus = azureCommon.OperationStatus;
|
||||
|
||||
var NetworkManagementClient = ( /** @lends NetworkManagementClient */ function() {
|
||||
/**
|
||||
|
|
|
@ -31,7 +31,6 @@ var xml = azureCommon.xml2js;
|
|||
var js2xml = azureCommon.js2xml;
|
||||
var Service = azureCommon.Service;
|
||||
var WebResource = azureCommon.WebResource;
|
||||
var OperationStatus = azureCommon.OperationStatus;
|
||||
|
||||
var ServiceBusManagementClient = ( /** @lends ServiceBusManagementClient */ function() {
|
||||
/**
|
||||
|
|
|
@ -31,7 +31,6 @@ var xml = azureCommon.xml2js;
|
|||
var js2xml = azureCommon.js2xml;
|
||||
var Service = azureCommon.Service;
|
||||
var WebResource = azureCommon.WebResource;
|
||||
var OperationStatus = azureCommon.OperationStatus;
|
||||
|
||||
var StorageManagementClient = ( /** @lends StorageManagementClient */ function() {
|
||||
/**
|
||||
|
|
|
@ -31,7 +31,6 @@ var xml = azureCommon.xml2js;
|
|||
var js2xml = azureCommon.js2xml;
|
||||
var Service = azureCommon.Service;
|
||||
var WebResource = azureCommon.WebResource;
|
||||
var OperationStatus = azureCommon.OperationStatus;
|
||||
|
||||
var StoreManagementClient = ( /** @lends StoreManagementClient */ function() {
|
||||
/**
|
||||
|
|
|
@ -32,7 +32,8 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"azure-common": "0.9.2",
|
||||
"underscore": ">= 1.3.1"
|
||||
"underscore": ">= 1.3.1",
|
||||
"moment": "2.6.0"
|
||||
},
|
||||
"homepage": "http://github.com/WindowsAzure/azure-sdk-for-node",
|
||||
"repository": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче