domo.datasets is Undefined
In the sample apps, I see these 2 lines: var domo = window.domo; var datasets = window.datasets; I have an alert(domo) that returns a result But alert(datasets) is always undefined. I am unable to do any domo.gets() and am thinking this is the problem. Any ideas? My manifest file is: { "name": "Try2", "version": "1.0.0",…