We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9448f commit ff5a3faCopy full SHA for ff5a3fa
docs/datasource-connector.md
@@ -350,7 +350,7 @@ source.
350
* static and prototype methods to be mixed into the model constructor. The property can be defined
351
* on the prototype.
352
*/
353
- connector.DataAccessObject = function {};
+ connector.DataAccessObject = function() {};
354
355
/**
356
* Connector instance can have an optional function to be called to handle data model definitions.
0 commit comments