Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 7318

Show
Ignore:
Timestamp:
08/14/07 12:05:20 (1 year ago)
Author:
madrobby
Message:

Prototype: Add contextmenu to Event.DOMEvents.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • spinoffs/prototype/trunk/CHANGELOG

    r7312 r7318  
    11*SVN* 
     2 
     3* Add contextmenu to Event.DOMEvents.  [Thomas Fuchs] 
    24 
    35* Fix readAttribute-related failure in form.html in IE.  [sam, Andrew Dupont] 
  • spinoffs/prototype/trunk/src/event.js

    r7308 r7318  
    2020              'mousemove', 'mouseout', 'keypress', 'keydown', 'keyup',  
    2121              'load', 'unload', 'abort', 'error', 'resize', 'scroll',  
    22               'select', 'change', 'submit', 'reset', 'focus', 'blur'], 
     22              'select', 'change', 'submit', 'reset', 'focus', 'blur', 
     23              'contextmenu'], 
    2324               
    2425  cache: { },