Does anyone know how to create a UI-Only Model in JavaScript? I’m adapting the tutorial linked here: http://help.skuid.com/m/11720/l/228794-dynamic-creation-of-models-and-components-with-javascript, the line below creates a new model with a Salesforce datasource. Any hep is greatly appreciated
var OppModel = new skuid.model.Model();