mirror of
https://github.com/flynx/object.js.git
synced 2025-10-29 10:30:08 +00:00
updated toc...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
4ea6f58013
commit
c73b453205
@ -138,7 +138,7 @@ class B extends A {
|
||||
- [`makeRawInstance(..)`](#makerawinstance)
|
||||
- [`Constructor(..)` / `C(..)`](#constructor--c)
|
||||
- [Utilities](#utilities)
|
||||
- [`normalizeIndent(..)`](#normalizeindent)
|
||||
- [`normalizeIndent(..)` / `normalizeTextIndent(..)`](#normalizeindent--normalizetextindent)
|
||||
- [`match(..)`](#match)
|
||||
- [Limitations](#limitations)
|
||||
- [Can not mix unrelated native types](#can-not-mix-unrelated-native-types)
|
||||
|
||||
@ -431,7 +431,7 @@ function(base, ...objects){
|
||||
// NOTE: we are removing on a separate stage so as not to mess with
|
||||
// mixins(..) iterating...
|
||||
remove
|
||||
// XXX
|
||||
// XXX not sure why this is needed, needs thought...
|
||||
.reverse()
|
||||
.forEach(function(p){
|
||||
p.__proto__ = p.__proto__.__proto__ })
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user