Locates a JavaScript file in the classpath relative to a class, and adds it, along with of its dependencies, to the specified DependencyCollection.
@param cls The JavaScript file will be located relative to this class.
@param fileName Name of the JavaScript file as it appears inthe classpath relative to the specified class, without the ".js" extension.
@param scripts The script and all of its dependencies will be addedto this collection in the order that they should appear in the HTML <head>.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.