Steve Goldberg
07/23/2018, 2:36 PMdefine('PDPThing'
, []
, function
()
{
'use strict'
return {
mountToApp: function mountToApp (container)
{
var pdp = container.getComponent('PDP');
console.log(PDP);
}
}
})
is the simplest thing I can think of