Question
Including a Javascript library shared between widgets
We want to create multiple widgets in an extension, all of which reference a Javascript library (specifically JQuery UI in this case, but we would like a general solution).
How can we package an extension so that all the widgets reference this library?
If we include the same JS library in multiple widgets will this break the extension?

