06-30-2012 10:41 AM - edited 06-30-2012 10:42 AM
Hey guys! I am trying to define a JavaScript function list in my html5 creator so it can work with the playbook but I'm having trouble knowing which JS file get the function names from. Should I use the dispatcher or ns?
Thanks!
Solved! Go to Solution.
07-03-2012 10:42 AM
For that purpose they are largely equivalent I think. But I would probably go with the ns file as it's the one used for the standard javascript function calls. I believe dispatcher is used for the URI calls.
07-03-2012 12:35 PM