Calling javascript class within other Js
- by harigm
I have Aptana plugin in eclipse, I have a javascript (one.js) and i have included one more Javscript(two.js) within one.js.
I click on any functions within one.js and if those functions exists in the same one.js, the control is going to the respective function.
Suppose if the function exists in two.js, the control is not going to two.js
Can any one help me with this?