mirror of
https://github.com/flynx/object.js.git
synced 2025-10-29 10:30: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(..)`
|
### `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>, <object>, ..)
|
||||||
mixout(<base>, 'first', <object>, ..)
|
mixout(<base>, 'first', <object>, ..)
|
||||||
-> <base>
|
-> <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>, ..)
|
mixout(<base>, 'all', <object>, ..)
|
||||||
-> <base>
|
-> <base>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user