This issue is archived. You can view it, but you can't modify it. Learn more

ExportXMLWordPrintable

      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.

            Assignee:
            Basil Crow
            Reporter:
            Basil Crow
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: