I feel daft asking such a question here but I couldn't find any solution to it.
I have two external js lib files I have to load on same jsp page. They both have a function called "autoSave()" both without parameters. I cannot modify their signature as they are not my script files.
How can I call function in script A or script B explicitly? How is the precedence decided?