Closed ghost closed 8 years ago
Looks like if you don't pass a class to the method it will return an error due to an undefined classes argument.
undefined
Currently using:
element.className = "";
to handle removal of classes for now.
Looks like if you don't pass a class to the method it will return an error due to an
undefined
classes argument.Currently using:
to handle removal of classes for now.