Sure, something like this at the end of the library file: /*global define */ define("jquery-form", ["jquery"], function($) { return $; });
If they define a global then that's even better as you can create a separate file that has an /*global xyz */ at the top and then your define statement. Some examples of all of this can be found in the libraries module of the MJS project. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email