Update datasource-connector.md (#1703)

Corrected typo in docs
This commit is contained in:
Jam Risser 2019-03-28 15:34:35 -05:00 committed by Janny
parent 3f9448f5d2
commit ff5a3fa8bf
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ source.
* static and prototype methods to be mixed into the model constructor. The property can be defined
* on the prototype.
*/
connector.DataAccessObject = function {};
connector.DataAccessObject = function() {};
/**
* Connector instance can have an optional function to be called to handle data model definitions.