Clean up JS Doc

This commit is contained in:
crandmck 2014-04-07 16:43:00 -07:00
parent a58ed7711f
commit 2280419779
1 changed files with 0 additions and 3 deletions

View File

@ -8,9 +8,7 @@ module.exports = StorageService;
/** /**
* Storage service constructor. Properties of options object depend on the storage service provider. * Storage service constructor. Properties of options object depend on the storage service provider.
* *
*
* @options {Object} options The options to create a provider; see below. * @options {Object} options The options to create a provider; see below.
* @prop {Object} connector <!-- What is this? -->
* @prop {String} provider Storage service provider. Must be one of: * @prop {String} provider Storage service provider. Must be one of:
* <ul><li>'filesystem' - local file system.</li> * <ul><li>'filesystem' - local file system.</li>
* <li>'amazon'</li> * <li>'amazon'</li>
@ -75,7 +73,6 @@ StorageService.prototype.getContainers = function (cb) {
* Create a new storage service container. Other option properties depend on the provider. * Create a new storage service container. Other option properties depend on the provider.
* *
* @options {Object} options The options to create a provider; see below. * @options {Object} options The options to create a provider; see below.
* @prop {Object} connector <!-- WHAT IS THIS? -->
* @prop {String} provider Storage service provider. Must be one of: * @prop {String} provider Storage service provider. Must be one of:
* <ul><li>'filesystem' - local file system.</li> * <ul><li>'filesystem' - local file system.</li>
* <li>'amazon'</li> * <li>'amazon'</li>