would not be better idea to install prototype.js lib into root of Drupal/scripts intead of module's own directory?
imo-
1st. reason is to make avaliable prototype.js and other modules modules can also use js libs like prototype.js from 1 common resource

2nd. that will also reduce dublication of js libs on Drupal -modules uses a js lib like prototype.js their own directory unnecessary i believe

Comments

zirafa’s picture

Status: Active » Closed (fixed)

Yes, however the process to get scripts added to core is a tedious one. If the script gets added to core, then the module can use the core script. If you would like to submit a drupal core patch to get protoype.js in core that would be great!!

Thox’s picture

Wasn't someone working on a prototype.js module? That would be a better solution.

Prototype is unlikely to get into core any time soon, even if it is the best candidate right now.