Changeset 6622
- Timestamp:
- 04/29/07 01:30:26 (1 year ago)
- Files:
-
- spinoffs/prototype/branches/event/src/event.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spinoffs/prototype/branches/event/src/event.js
r6616 r6622 119 119 }); 120 120 121 // Safari can't stand this; we'll have to figure out a workaround 122 if (!B.WebKit) Object.extend(Event.prototype, Event.Methods); 121 Event.prototype = Event.prototype || document.createEvent("UIEvents").__proto__; 122 Object.extend(Event.prototype, Event.Methods); 123 123 124 } else if (B.IE) { 124 125 Object.extend(Observer.prototype, {