diff options
Diffstat (limited to 'actionpack/lib/action_view/helpers/scriptaculous_helper.rb')
| -rw-r--r-- | actionpack/lib/action_view/helpers/scriptaculous_helper.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/scriptaculous_helper.rb b/actionpack/lib/action_view/helpers/scriptaculous_helper.rb index c9b2761cb8..b938c1a801 100644 --- a/actionpack/lib/action_view/helpers/scriptaculous_helper.rb +++ b/actionpack/lib/action_view/helpers/scriptaculous_helper.rb @@ -193,7 +193,7 @@ module ActionView        #                                  # * <tt>:onDrop</tt> - Called when a +draggable_element+ is dropped onto        #   this element. Override this callback with a JavaScript expression to  -      #   change the default drop behavour. Example: +      #   change the default drop behaviour. Example:        #                                  #     :onDrop => "function(draggable_element, droppable_element, event) { alert('I like bananas') }"        #                            | 
