API/CodeSamples/Javascript/CRSDataSources.md
... ...
@@ -44,6 +44,6 @@ The GotDataSourcesList variable is a callback method that takes two arguments: t
44 44
* FriendlyName
45 45
* DbName (datasource)
46 46
* DataType
47
- * CanSaveReport
47
+* CanSaveReport
48 48
49 49
So if you want to use the returnObj, you could use the javascript standard ``returnObj["SelectionsList"]["Fields"][0].DbName`` statement. The id object is the name of the function (crsdadtasources).
... ...
\ No newline at end of file