-
Task
-
Resolution: Fixed
-
Minor
-
None
-
-
2.400
The following usages of Prototype's Event.on remain:
e = $(e); e.on("mouseover", function () { $(this).up(".repeated-chunk").addClassName("hover"); }); e.on("mouseout", function () { $(this).up(".repeated-chunk").removeClassName("hover"); });
These usages should be migrated to the addEventListener API.
- links to