Fix doc: unset() → remove().
This commit is contained in:
parent
23e7542871
commit
fb9203d396
@ -70,7 +70,7 @@ col.touch('baz').prop = false
|
|||||||
**Removing an existing entry**
|
**Removing an existing entry**
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
col.unset('bar')
|
col.remove('bar')
|
||||||
```
|
```
|
||||||
|
|
||||||
**Removing all entries**
|
**Removing all entries**
|
||||||
|
Loading…
Reference in New Issue
Block a user