Method: Element::Styles#clear
- Defined in:
- lib/source/redshift/accessors.rb
#clear ⇒ Object
call-seq:
styles.clear -> styles
Removes the CSS styles that have been applied to the element represented by styles. See also Element#clear_styles
.
537 538 539 |
# File 'lib/source/redshift/accessors.rb', line 537 def clear `c$Element.prototype.m$clear_styles.call(#{@element})` end |