Renaming variable sshEnabled -> sslEnabled
This commit is contained in:
		| @ -193,8 +193,8 @@ exports.OAuth.prototype._getNonce= function(nonceSize) { | |||||||
|    return result.join(''); |    return result.join(''); | ||||||
| } | } | ||||||
|  |  | ||||||
| exports.OAuth.prototype._createClient= function( port, hostname, sshEnabled, credentials ) { | exports.OAuth.prototype._createClient= function( port, hostname, sslEnabled, credentials ) { | ||||||
|   return http.createClient(port, hostname, sshEnabled, credentials); |   return http.createClient(port, hostname, sslEnabled, credentials); | ||||||
| } | } | ||||||
|  |  | ||||||
| exports.OAuth.prototype._prepareParameters= function( oauth_token, oauth_token_secret, method, url, extra_params ) { | exports.OAuth.prototype._prepareParameters= function( oauth_token, oauth_token_secret, method, url, extra_params ) { | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user