1
0
Fork 0

fix(docs): Trim trailing whitespace and blank lines

This commit is contained in:
Benjamin F 2022-12-30 07:47:29 -08:00
parent de00e16f76
commit d1dc9feb66
54 changed files with 93 additions and 142 deletions

View file

@ -40,4 +40,3 @@ as the two following calls yield the same result:
path.attr('class', 'fabric', true)
path.addClass('fabric')
```