# File lib/cgikit/ajax/delegates/confirm.rb, line 23
    def form_will_generate_tag( tag, query )
      tag[:onsubmit] = confirm()
      nil
    end