Comment correction for static members
parent
26cf32abe5
commit
c980a59273
|
@ -658,8 +658,7 @@ function attachStatic( ctor, members, base, inheriting )
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
// copy over public static members (deep copy; we don't want subtypes to
|
// copy over public static methods
|
||||||
// share references with their parents)
|
|
||||||
util.copyTo( ctor, methods[ 'public' ], true );
|
util.copyTo( ctor, methods[ 'public' ], true );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue