removeProperty method

String removeProperty(
  1. String property
)

The CSSStyleDeclaration.removeProperty() method interface removes a property from a CSS style declaration object.

Implementation

external String removeProperty(String property);