Nicholas Cloud
Results
3
comments of
Nicholas Cloud
@John-Williams @LeCoupa I still get `undefined` for rangy. Are either of you using webpack or babel by chance?
+1 for this feature request. Rangy used to support this in 1.3alpha.722 because it appended to an element's className property, whereas now classList is used. ``` javascript // old 1.3alpha.722...
@mjackson cool, I'll take a look at tweaking this and submit a PR soon. Good SO find too.