mirror of
https://github.com/flynx/object.js.git
synced 2025-10-29 18:40:08 +00:00
docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
bbe9f37ae5
commit
cc9c9c55e2
@ -542,14 +542,16 @@ hasMixin(<base>, <mixin>)
|
||||
|
||||
### `mixout(..)`
|
||||
|
||||
Remove the first match for each object out of a prototype chain
|
||||
Remove the _first_ match for each input object out of a prototype chain
|
||||
of _base_
|
||||
```
|
||||
mixout(<base>, <object>, ..)
|
||||
mixout(<base>, 'first', <object>, ..)
|
||||
-> <base>
|
||||
```
|
||||
|
||||
Remove all occurrences of each object out of a prototype chain
|
||||
Remove _all_ occurrences of each input object out of a prototype chain
|
||||
of _base_
|
||||
```
|
||||
mixout(<base>, 'all', <object>, ..)
|
||||
-> <base>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user