Ticket #6527: prototype_helper_fix.diff
| File prototype_helper_fix.diff, 0.8 kB (added by emezeske, 2 years ago) |
|---|
-
actionpack/lib/action_view/helpers/prototype_helper.rb
old new 26 26 module PrototypeHelper 27 27 unless const_defined? :CALLBACKS 28 28 CALLBACKS = Set.new([ :uninitialized, :loading, :loaded, 29 :interactive, :complete, :failure, : success ] +29 :interactive, :complete, :failure, :exception, :success ] + 30 30 (100..599).to_a) 31 31 AJAX_OPTIONS = Set.new([ :before, :after, :condition, :url, 32 32 :asynchronous, :method, :insertion, :position,