mirror of
https://github.com/flynx/object.js.git
synced 2025-10-29 02:20:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
4e0d0f279d
commit
fa039200ef
@ -514,6 +514,9 @@ function(obj, name, callback, props){
|
|||||||
// and to the method after the match.
|
// and to the method after the match.
|
||||||
// NOTE: this is super(..) replacement, usable in any context without
|
// NOTE: this is super(..) replacement, usable in any context without
|
||||||
// restriction -- super(..) is restricted to class methods only...
|
// restriction -- super(..) is restricted to class methods only...
|
||||||
|
//
|
||||||
|
// XXX BUG: the two flows with parent(proto.__call__, ..) and
|
||||||
|
// parent(proto, '__call__', ..) yeild different results...
|
||||||
var parent =
|
var parent =
|
||||||
module.parent =
|
module.parent =
|
||||||
function(proto, name){
|
function(proto, name){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user