I'm working on a project where I have some custom functions in a Javascript file.
I want to be able to access the Edge functions e.g. sym.play(); from that file.
Via console I always get back 'ReferenceError: Can't find variable: sym'
How can I go about using the sym funcitons from my JS file?