Loading external JavaScript depending one on the other

2010-08-27 Thread Sebastian
Hi all, I run into a problem using a JavaScript Charting library which is based on Prototype. The requirement is that prototype.js is loaded before the charting library. I could solve this by adding script tags to my host page in the proper order but I would like to distribute the library as

Re: Loading external JavaScript depending one on the other

2010-08-27 Thread Thomas Broyer
On 27 août, 12:05, Sebastian use...@laliluna.de wrote: Hi all, I run into a problem using a JavaScript Charting library which is based on Prototype.  The requirement is that prototype.js is loaded before the charting library. I could solve this by adding script tags to my host page in the