Question
call functions from External Javascript libraries in Adobe Captivate Js Window
Hey,
i am tryring to add an external Javascript library in Captivate (https://underscorejs.org/). I want to call functions from this Library in the Captivate JavaScript Window but I can reach the functions.
I added the library like this:
var lJSFiles = [ @JSFILES_ARRAY , 'assets/Underscorejs.js' ];