I'm attempting to return a list of observers associated with a particular object using prototype.js 1.6.1. I've googled my eyes out all day and am getting frustrated. I've discovered two methods that used to work with older versions, but do not work with the latest version of the library. These include:
- Event.oberservers (Worked with version 1.5)
- Event.cache (Worked with a minor build released a year or so ago)
Any suggestions would be greatly appreciated!