Sha256: 92fc2b7e4e0cb84c70396ca11382dc7f3b59662abdd688f401760fbd58c90f5b
Contents?: true
Size: 348 Bytes
Versions: 1
Compression:
Stored size: 348 Bytes
Contents
# Webrat matches button with alt as well, but Celerity doesn't list alt as a valid attribute # for a button. # class ::Celerity::Button # remove_const :ATTRIBUTES if defined?(ATTRIBUTES) # shushes the warning # ATTRIBUTES = BASE_ATTRIBUTES | [:type, :disabled, :tabindex, :accesskey, :onfocus, :onblur] | [:src, :usemap, :ismap] | [:alt] # end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dstrelau-webrat-0.5.1 | lib/webrat/culerity/core_ext/button.rb |