remove method
The remove()
method of the DOMTokenList interface
removes the specified tokens from the list.
Implementation
external void remove(String tokens);
The remove()
method of the DOMTokenList interface
removes the specified tokens from the list.
external void remove(String tokens);