Update datasource.js

Small fix to JSdoc
This commit is contained in:
Rand McKinney 2015-01-08 15:30:17 -08:00
parent cf0d9f730b
commit 2270ba4db4
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ var slice = Array.prototype.slice;
* // work with database
* });
* ```
* @class Define new DataSource
* @class DataSource
* @param {String} name Type of dataSource connector (mysql, mongoose, oracle, redis)
* @param {Object} settings Database-specific settings to establish connection (settings depend on specific connector). See above.
*/