mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
32c44b071d
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@92548 467b73ca-7a2a-4603-9d3b-597d59a354a9 |
||
---|---|---|
.. | ||
intro.js | ||
outro.js | ||
README |
Prototype replaces document.getElementsByClassName with it's own version. However many browsers now come with their own implementation, and prototype's is much slower. This fixes this by restoring the original after prototype is loaded. @todo: Safari 3 used to come with a broken document.getElementsByClassName. We should use the same checks jQuery does and not restore the function if it doesn't work the same as the spec.