Merge pull request #5612 from Thrunic/develop
(Documentation) Fix error in the example for /reference/api/path/setclass
This commit is contained in:
commit
abdeab212b
1 changed files with 1 additions and 1 deletions
|
@ -38,5 +38,5 @@ as the two following calls yield the same result:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
path.attr('class', 'fabric', true)
|
path.attr('class', 'fabric', true)
|
||||||
path.addClass('fabric')
|
path.setClass('fabric')
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue