From ff5a3fa8bff07da59d7ce1a48442ea6b88ad3683 Mon Sep 17 00:00:00 2001 From: Jam Risser Date: Thu, 28 Mar 2019 15:34:35 -0500 Subject: [PATCH] Update datasource-connector.md (#1703) Corrected typo in docs --- docs/datasource-connector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/datasource-connector.md b/docs/datasource-connector.md index 85b6d94d..bbd58ab6 100644 --- a/docs/datasource-connector.md +++ b/docs/datasource-connector.md @@ -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.