while using the ASP.Net Ajax Library to load scripts does it check to see if the script is already loaded?
For example, if I have a script block in my aspx page and one in my master page and they both load jquery via the sys.require() method with jquery get loaded twice?